Message292562
A simpler approach would be to simply ignore the error when it occurs in TemporaryDirectory._cleanup. There are no absolute guarantees about tempfile always cleaning up -- just a best effort. The complexity (and potential delays) of a retry loop seem more risky than simply occasionally not cleaning up -- that happens anyways, for a variety of reasons. |
|
| Date |
User |
Action |
Args |
| 2017-04-29 04:17:34 | gvanrossum | set | recipients:
+ gvanrossum, paul.moore, tim.golden, max, zach.ware, steve.dower |
| 2017-04-29 04:17:34 | gvanrossum | set | messageid: <[email protected]> |
| 2017-04-29 04:17:34 | gvanrossum | link | issue29982 messages |
| 2017-04-29 04:17:34 | gvanrossum | create | |
|