diff options
author | Brandt Bucher <brandtbucher@microsoft.com> | 2022-12-22 00:41:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 00:41:18 (GMT) |
commit | 3c033a2e6fbde56f904aeca138141be6564341cf (patch) | |
tree | 79f5e7622dbf80f187cdd06f3eaa856b90d0c42a /Misc | |
parent | bbf4a66a18cc0fa9121e1bbc90d75d10f5b3a389 (diff) | |
download | cpython-3c033a2e6fbde56f904aeca138141be6564341cf.zip cpython-3c033a2e6fbde56f904aeca138141be6564341cf.tar.gz cpython-3c033a2e6fbde56f904aeca138141be6564341cf.tar.bz2 |
GH-99554: Pack location tables more effectively (GH-99556)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-11-16-05-57-24.gh-issue-99554.A_Ywd2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-16-05-57-24.gh-issue-99554.A_Ywd2.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-16-05-57-24.gh-issue-99554.A_Ywd2.rst new file mode 100644 index 0000000..96ec47d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-11-16-05-57-24.gh-issue-99554.A_Ywd2.rst @@ -0,0 +1 @@ +Pack debugging location tables more efficiently during bytecode compilation. |