Message 206726 - Python tracker
Message206726
| Author | pitrou |
|---|---|
| Recipients | gvanrossum, ncoghlan, pitrou, skrah, vstinner |
| Date | 2013-12-21.12:01:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1387627285.8.0.967800000723.issue20037@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yes, the current idiom for calling PyModule_GetState in extension modules isn't safe (because it assumes nothing ever errors out, which can be wrong in the shutdown phase). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-21 12:01:25 | pitrou | set | recipients: + pitrou, gvanrossum, ncoghlan, vstinner, skrah |
| 2013-12-21 12:01:25 | pitrou | set | messageid: <1387627285.8.0.967800000723.issue20037@psf.upfronthosting.co.za> |
| 2013-12-21 12:01:25 | pitrou | link | issue20037 messages |
| 2013-12-21 12:01:25 | pitrou | create | |