diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-12 23:06:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-12 23:06:22 (GMT) |
commit | 582162e42ba4c944fa96c15a99de29ea96ea9ca3 (patch) | |
tree | cf2d9057a3ede1221810619875d1976ae36bcd02 /Misc/NEWS | |
parent | 93f5cd42e7a2cc99a7a9670e7d0ea7db2290fcf3 (diff) | |
download | cpython-582162e42ba4c944fa96c15a99de29ea96ea9ca3.zip cpython-582162e42ba4c944fa96c15a99de29ea96ea9ca3.tar.gz cpython-582162e42ba4c944fa96c15a99de29ea96ea9ca3.tar.bz2 |
Merged revisions 85392 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85392 | benjamin.peterson | 2010-10-12 17:57:59 -0500 (Tue, 12 Oct 2010) | 1 line
prefer clearing global objects to obscure module.__dict__ bugs #10068
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins - Issue #83755: Implicit set-to-frozenset conversion was not thread-safe. +- 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 #9416: Fix some issues with complex formatting where the output with no type specifier failed to match the str output: |