]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the importlib_only test decorator to work again; don't capture the flag variable...
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 18:59:21 +0000 (18:59 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 18:59:21 +0000 (18:59 +0000)
commit44b28a9f328f5688ceb774670a6db030fa54d5a3
tree8b36b0ed02a42c0ff25e6a55aa28aa7b2d3e067a
parenta6503606f9fcd0160d9cba828b9ff98e1a7b5163
Fix the importlib_only test decorator to work again; don't capture the flag variable as it might change later.
Lib/importlib/test/import_/util.py