summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2018-04-15 22:12:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-04-15 22:12:29 (GMT)
commitf303639e3ac96cfe6c1438f1c594226941f46216 (patch)
treec66297b58547aafe7df7333bdb183ef48eb2778a /Misc/NEWS.d/next/Core and Builtins
parentafbbac12a517818a1efa88f7bea18e82b68a79d4 (diff)
downloadcpython-f303639e3ac96cfe6c1438f1c594226941f46216.zip
cpython-f303639e3ac96cfe6c1438f1c594226941f46216.tar.gz
cpython-f303639e3ac96cfe6c1438f1c594226941f46216.tar.bz2
bpo-33270: Intern names for all anonymous code objects (#6472)
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-04-14-13-12-50.bpo-33270.UmVV6i.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-04-14-13-12-50.bpo-33270.UmVV6i.rst b/Misc/NEWS.d/next/Core and Builtins/2018-04-14-13-12-50.bpo-33270.UmVV6i.rst
new file mode 100644
index 0000000..4dbc4a3
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-04-14-13-12-50.bpo-33270.UmVV6i.rst
@@ -0,0 +1 @@
+Intern the names for all anonymous code objects. Patch by Zackery Spytz.