]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20317: Don't create a reference loop in ExitStack
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 22 Jan 2014 12:24:46 +0000 (22:24 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 22 Jan 2014 12:24:46 +0000 (22:24 +1000)
commit09761e7c9cf984b8164c172fcf9f1a5994402495
tree8abf29a20201a6d00e620daf3376599a3e9d2c1b
parent0e3b0e397e7bd986e2284e2b9ed2be00b404019c
Issue #20317: Don't create a reference loop in ExitStack
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS