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 SilentGhost
Recipients SilentGhost, Tarsis.Azevedo, akira, bethard, doughellmann, eric.araujo
Date 2010-11-26.17:25:51
SpamBayes Score 0.0023622543
Marked as misclassified No
Message-id <1290792357.6.0.0456847216981.issue9509@psf.upfronthosting.co.za>
In-reply-to
Content
On windows proposed changes to Lib/test/test_argparse.py cause it to enter an infinite loop in TempDirMixin.tearDown method.

As it seemed exclusively Windows issue, this new patch replaces while loop with the ignore_errors parameter for shutil.rmtree.

Now all test pass.
History
Date User Action Args
2010-11-26 17:25:57SilentGhostsetrecipients: + SilentGhost, bethard, eric.araujo, doughellmann, akira, Tarsis.Azevedo
2010-11-26 17:25:57SilentGhostsetmessageid: <1290792357.6.0.0456847216981.issue9509@psf.upfronthosting.co.za>
2010-11-26 17:25:51SilentGhostlinkissue9509 messages
2010-11-26 17:25:51SilentGhostcreate