diff options
author | penguin_wwy <940375606@qq.com> | 2022-04-19 08:45:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 08:45:08 (GMT) |
commit | e590379197f065f52c8140c0edd7a59360216531 (patch) | |
tree | be77dfa02113542dba421fde884edc792a836203 /Misc | |
parent | aa5c0a9f8dd935a7afff07abb5a60d492c40f2cb (diff) | |
download | cpython-e590379197f065f52c8140c0edd7a59360216531.zip cpython-e590379197f065f52c8140c0edd7a59360216531.tar.gz cpython-e590379197f065f52c8140c0edd7a59360216531.tar.bz2 |
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-25-22-18-45.bpo-46841.NUEsXW.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-25-22-18-45.bpo-46841.NUEsXW.rst b/Misc/NEWS.d/next/Library/2022-03-25-22-18-45.bpo-46841.NUEsXW.rst new file mode 100644 index 0000000..0e77804 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-25-22-18-45.bpo-46841.NUEsXW.rst @@ -0,0 +1 @@ +Disassembly of quickened code. |