[issue44105] tempfile.TemporaryDirectory deleted after sleep in threads

2021-10-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44105] tempfile.TemporaryDirectory deleted after sleep in threads

2021-05-11 Thread Colas Le Guernic
Colas Le Guernic added the comment: I guess this will be a `won't fix` as python3.8 is now in security-fix only mode. I was misled by https://www.python.org/downloads/ that still indicates a bugfix maintenance status. -- ___ Python tracker

[issue44105] tempfile.TemporaryDirectory deleted after sleep in threads

2021-05-11 Thread Colas Le Guernic
Change by Colas Le Guernic : -- versions: +Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue44105] tempfile.TemporaryDirectory deleted after sleep in threads

2021-05-11 Thread Colas Le Guernic
Colas Le Guernic added the comment: Actually, it has nothing to do with subprocess.run, replacing that line with sleep(random()) exhibits the same behavior. -- title: tempfile.TemporaryDirectory deleted after call to subprocess.run in threads -> tempfile.TemporaryDirectory deleted