This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattip
Recipients mattip
Date 2014-04-01.22:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396390977.66.0.122853817502.issue21128@psf.upfronthosting.co.za>
In-reply-to
Content
In continuation of issue 20887, this patch closes and removes all temp files created while running regression tests for stdlib 2.7.6 on win32 and pypy. Note that a gc.collect was required to release the closed files in test_argparse, as well as making them all rw.
History
Date User Action Args
2014-04-01 22:22:57mattipsetrecipients: + mattip
2014-04-01 22:22:57mattipsetmessageid: <1396390977.66.0.122853817502.issue21128@psf.upfronthosting.co.za>
2014-04-01 22:22:57mattiplinkissue21128 messages
2014-04-01 22:22:57mattipcreate