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 zach.ware
Recipients paul.moore, pbos, steve.dower, tim.golden, zach.ware
Date 2018-04-27.04:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524804144.73.0.682650639539.issue33369@psf.upfronthosting.co.za>
In-reply-to
Content
You will get no support for Python 2.7.3 out of us (that patch release is over 6 years old!  At least try 2.7.14, or wait a week for 2.7.15) and most of us have lost interest in 2.7 altogether, particularly on Windows.  However, this sounds very much like other issues I've seen around the timing of Windows file handle handling.  Try adding a retry loop with a short sleep around your `os.remove` call.
History
Date User Action Args
2018-04-27 04:42:25zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, pbos, steve.dower
2018-04-27 04:42:24zach.waresetmessageid: <1524804144.73.0.682650639539.issue33369@psf.upfronthosting.co.za>
2018-04-27 04:42:24zach.warelinkissue33369 messages
2018-04-27 04:42:23zach.warecreate