summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-02-10 00:20:42 (GMT)
committerGitHub <noreply@github.com>2021-02-10 00:20:42 (GMT)
commitbdb941be423bde8b02a5695ccf51c303d6204bed (patch)
treee84e49eca1b557ec85efa21c815260182ea8fd7a /Misc
parentdbb228189b4eb7ab41f326eb79dae669b2c81177 (diff)
downloadcpython-bdb941be423bde8b02a5695ccf51c303d6204bed.zip
cpython-bdb941be423bde8b02a5695ccf51c303d6204bed.tar.gz
cpython-bdb941be423bde8b02a5695ccf51c303d6204bed.tar.bz2
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-10-31-16-54-00.bpo-42217.GdcHe5.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-10-31-16-54-00.bpo-42217.GdcHe5.rst b/Misc/NEWS.d/next/Core and Builtins/2020-10-31-16-54-00.bpo-42217.GdcHe5.rst
new file mode 100644
index 0000000..c50b69d
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-10-31-16-54-00.bpo-42217.GdcHe5.rst
@@ -0,0 +1 @@
+Make the compiler merges same co_code and co_linetable objects in a module like already did for co_consts.