Message 238292 - Python tracker
Message238292
| Author | vstinner |
|---|---|
| Recipients | Arfrever, Joshua.J.Cogliati, Vitor.de.Lima, gustavotemple, jrincayc, lbianc, python-dev, vstinner |
| Date | 2015-03-17.13:52:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1426600335.49.0.795461591922.issue23644@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
@Joshua: Can you please try to compile your extension with Py_LIMITED_API defined? Ex: "#define Py_LIMITED_API 0x03030000" at the top of your C file, or g++ -DPy_LIMITED_API=0x03030000. And can you also please try to patch Python with pystate_cplusplus.patch? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-17 13:52:15 | vstinner | set | recipients: + vstinner, Arfrever, jrincayc, python-dev, Joshua.J.Cogliati, Vitor.de.Lima, gustavotemple, lbianc |
| 2015-03-17 13:52:15 | vstinner | set | messageid: <1426600335.49.0.795461591922.issue23644@psf.upfronthosting.co.za> |
| 2015-03-17 13:52:15 | vstinner | link | issue23644 messages |
| 2015-03-17 13:52:15 | vstinner | create | |