summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-26 20:23:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-26 20:23:23 (GMT)
commit3bbd2fad4d4a282c7a5a3169a4f497b97aeff319 (patch)
tree4143a1da2f202770afa096a4ca3f5c4306a1ac2c /Misc
parentd0118e16a14b09dcc43e35bfd57bdb3a11c7f926 (diff)
downloadcpython-3bbd2fad4d4a282c7a5a3169a4f497b97aeff319.zip
cpython-3bbd2fad4d4a282c7a5a3169a4f497b97aeff319.tar.gz
cpython-3bbd2fad4d4a282c7a5a3169a4f497b97aeff319.tar.bz2
Issue #15456: Fix code __sizeof__ after #12399 change.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d469ac..508ec1b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 2?
Core and Builtins
-----------------
+- Issue #15456: Fix code __sizeof__ after #12399 change.
+ Patch by Serhiy Storchaka.
+
- Issue #15404: Refleak in PyMethodObject repr.
- Issue #15394: An issue in PyModule_Create that caused references to