| commit | 3bbd2fad4d4a282c7a5a3169a4f497b97aeff319 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 26 22:23:23 2012 +0200 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 26 22:23:23 2012 +0200 |
| tree | 4143a1da2f202770afa096a4ca3f5c4306a1ac2c | |
| parent | d0118e16a14b09dcc43e35bfd57bdb3a11c7f926 [diff] [blame] |
Issue #15456: Fix code __sizeof__ after #12399 change. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 8d469ac..508ec1b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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