commit | 58bee59b4e4353f53e5151a25c6bb1ac73623233 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Wed Mar 17 02:08:57 2010 +0000 |
committer | Collin Winter <collinw@gmail.com> | Wed Mar 17 02:08:57 2010 +0000 |
tree | f5aa9e3cbfb046bd5b2ac67bc2f9645f864c08a6 | |
parent | f2bf2b3ec4a15e479933c136f2ccbde0a45a3f8e [diff] |
Merged revisions 79013 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79013 | collin.winter | 2010-03-16 19:02:30 -0700 (Tue, 16 Mar 2010) | 1 line Fix a trivial class of (hypothetical, future) false-positive refleaks, discovered by an optimization in Unladen Swallow's past (which will become CPython's future). ........