diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-12 22:57:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-12 22:57:59 (GMT) |
commit | 5c4bfc4af070c5c62f76cf3c2d23a19e7c794c4e (patch) | |
tree | bf62941930ba384c45a44d598e24566caa24e070 /Misc | |
parent | 11b1f3dac14f72d7406c96fd7b749ebd8cc16bc9 (diff) | |
download | cpython-5c4bfc4af070c5c62f76cf3c2d23a19e7c794c4e.zip cpython-5c4bfc4af070c5c62f76cf3c2d23a19e7c794c4e.tar.gz cpython-5c4bfc4af070c5c62f76cf3c2d23a19e7c794c4e.tar.bz2 |
prefer clearing global objects to obscure module.__dict__ bugs #10068
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ What's New in Python 3.2 Alpha 3? Core and Builtins ----------------- +- Issue #10068: Global objects which have reference cycles with their module's + dict are now cleared again. This causes issue #7140 to appear again. + - Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() encodings. |