commit | ef82d2fdfe1aba18e29abbd59b22d19d490e9fca | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 27 16:51:46 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 27 16:51:46 2004 +0000 |
tree | f39fe4de79b90f97ad2d25ef493cde78ee89f745 | |
parent | 8d97e33bb76c322cdb08dbf97c26d787cd3488a7 [diff] |
Patch #923098: Share interned strings in marshal.
diff --git a/Misc/NEWS b/Misc/NEWS index f24adc5..41a79c8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- marshal now shares interned strings. This change introduces + a new .pyc magic. + - Bug #966623. classes created with type() in an exec(, {}) don't have a __module__, but code in typeobject assumed it would always be there.