Message191195
| Author | ncoghlan |
|---|---|
| Recipients | amaury.forgeotdarc, christian.heimes, georg.brandl, kristjan.jonsson, ncoghlan, serhiy.storchaka, vstinner |
| Date | 2013-06-15.04:06:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1371269207.46.0.562234950336.issue18203@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note that CPython's main function accesses the C API before calling Py_Initialize(). This is insane, but fixing it is hard (and one of the main goals of PEP 432). I suggest using Py_IsInitialized() to exclude those from your debug checks for now. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-15 04:06:47 | ncoghlan | set | recipients: + ncoghlan, georg.brandl, amaury.forgeotdarc, kristjan.jonsson, vstinner, christian.heimes, serhiy.storchaka |
| 2013-06-15 04:06:47 | ncoghlan | set | messageid: <1371269207.46.0.562234950336.issue18203@psf.upfronthosting.co.za> |
| 2013-06-15 04:06:47 | ncoghlan | link | issue18203 messages |
| 2013-06-15 04:06:47 | ncoghlan | create | |