diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-07-14 17:41:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 17:41:52 (GMT) |
commit | 6a70edf24ca217c5ed4a556d0df5748fc775c762 (patch) | |
tree | 425c753711dd2fee50fe57ac7b7940e8bfc49f8d /Misc | |
parent | 243fdcb40ebeb177ce723911c1f7fad8a1fdf6cb (diff) | |
download | cpython-6a70edf24ca217c5ed4a556d0df5748fc775c762.zip cpython-6a70edf24ca217c5ed4a556d0df5748fc775c762.tar.gz cpython-6a70edf24ca217c5ed4a556d0df5748fc775c762.tar.bz2 |
gh-105481: expose opcode metadata via the _opcode module (#106688)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-07-13-16-04-15.gh-issue-105481.pYSwMj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-13-16-04-15.gh-issue-105481.pYSwMj.rst b/Misc/NEWS.d/next/Library/2023-07-13-16-04-15.gh-issue-105481.pYSwMj.rst new file mode 100644 index 0000000..bc2ba51 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-07-13-16-04-15.gh-issue-105481.pYSwMj.rst @@ -0,0 +1 @@ +Expose opcode metadata through :mod:`_opcode`. |