diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-01 20:07:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-01 20:07:06 (GMT) |
commit | 84f31a567627bc69204caf2d801a63c7f96207eb (patch) | |
tree | 9b02a8f58eff611cfd39fd92584d57482b75630a /Misc | |
parent | a68cbfa5561434208d7a822128eeabca50bd7a29 (diff) | |
download | cpython-84f31a567627bc69204caf2d801a63c7f96207eb.zip cpython-84f31a567627bc69204caf2d801a63c7f96207eb.tar.gz cpython-84f31a567627bc69204caf2d801a63c7f96207eb.tar.bz2 |
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Patch by Neil Schemenauer, minimally modified.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #10241: Clear extension module dict copies at interpreter shutdown. + Patch by Neil Schemenauer, minimally modified. + - Issue #9035: ismount now recognises volumes mounted below a drive root on Windows. Original patch by Atsuo Ishimoto. |