Message363517
| Author |
vstinner |
| Recipients |
eric.snow, nanjekyejoannah, ncoghlan, pablogsal, vstinner |
| Date |
2020年03月06日.14:51:15 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1583506275.98.0.437066930012.issue39877@roundup.psfhosted.org> |
| In-reply-to |
| Content |
To reproduce the bug on Linux:
* apply attached slow_exit.patch to sleep 1 second just before exiting the process, in the main() function
* run: ./python daemon_threads_exit.py # attached file
Example:
---
$ ./python daemon_threads_exit.py
Start 100 daemon threads
Exit Python main thread
Erreur de segmentation (core dumped)
--- |
|