Message141134
I agree with Antoine - it's a simple bug introduced by the attempt to allow temporary directories to be correctly cleaned up during interpreter shutdown.
The race condition due to the usage of LBYL is shared with the full shutil.rmtree implementation, so the patch looks reasonable to me. |
|
Date |
User |
Action |
Args |
2011-07-26 01:56:08 | ncoghlan | set | recipients:
+ ncoghlan, georg.brandl, pitrou, neologix, abacabadabacaba, petri.lehtinen |
2011-07-26 01:56:08 | ncoghlan | set | messageid: <1311645368.86.0.968101308186.issue12464@psf.upfronthosting.co.za> |
2011-07-26 01:56:08 | ncoghlan | link | issue12464 messages |
2011-07-26 01:56:07 | ncoghlan | create | |
|