Message 410499 - Python tracker
Message410499
| Author | vstinner |
|---|---|
| Recipients | eric.snow, shihai1991, vstinner |
| Date | 2022-01-13.17:32:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1642095176.04.0.253367863966.issue40533@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Sharing objects between multiple interpreters can cause complex bugs leading to crashes: https://bugs.python.org/issue46070#msg410493 For this specific bug, I wrote a workaround (GH-30577). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-13 17:32:56 | vstinner | set | recipients: + vstinner, eric.snow, shihai1991 |
| 2022-01-13 17:32:56 | vstinner | set | messageid: <1642095176.04.0.253367863966.issue40533@roundup.psfhosted.org> |
| 2022-01-13 17:32:56 | vstinner | link | issue40533 messages |
| 2022-01-13 17:32:55 | vstinner | create | |