Message 346692 - Python tracker
Message346692
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-06-26.22:34:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1561588455.96.0.166877646344.issue37421@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
When running tests, the tempoary directory is not left clean: there are temporary files which are not removed. I wrote a PoC change to detect such bugs and I found that at least test_shutil and test_urllib leak such temporary files/directories. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-06-26 22:34:15 | vstinner | set | recipients: + vstinner |
| 2019-06-26 22:34:15 | vstinner | set | messageid: <1561588455.96.0.166877646344.issue37421@roundup.psfhosted.org> |
| 2019-06-26 22:34:15 | vstinner | link | issue37421 messages |
| 2019-06-26 22:34:15 | vstinner | create | |