]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151456: Document the show_jit parameter in dis (#151457)
authorShardul Deshpande <iamsharduld@users.noreply.github.com>
Wed, 24 Jun 2026 13:05:37 +0000 (18:35 +0530)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 13:05:37 +0000 (15:05 +0200)
commitf7e5cddcbbbe94c620490d268e867136d527ac84
treeee73bbf9a9d1c8af18336981d3401ba287926745
parentad2cabfccb539dd23f9a17907bd63913013cb1e3
gh-151456: Document the show_jit parameter in dis (#151457)

show_jit was added to dis.dis(), distb(), disassemble(), get_instructions() and the Bytecode class (gh-150478) but was never documented. Document it across those APIs with a versionchanged:: 3.16 note, and fix a pre-existing show_offset -> show_offsets typo in the distb signature.
Doc/library/dis.rst