Message371221
| Author | vstinner |
|---|---|
| Recipients | dholth, serhiy.storchaka, vstinner |
| Date | 2020-06-10.16:48:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1591807708.22.0.656680280888.issue27499@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> Oh, I can avoid this problem by setting Py_LIMITED_API to 0x30300000 or greater. Hum, maybe the behavior is different because of the following code in Include/modsupport.h: /* Due to a glitch in 3.2, the _SizeT versions weren't exported from the DLL. */ #if !defined(PY_SSIZE_T_CLEAN) || !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03030000 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-06-10 16:48:28 | vstinner | set | recipients: + vstinner, dholth, serhiy.storchaka |
| 2020-06-10 16:48:28 | vstinner | set | messageid: <1591807708.22.0.656680280888.issue27499@roundup.psfhosted.org> |
| 2020-06-10 16:48:28 | vstinner | link | issue27499 messages |
| 2020-06-10 16:48:28 | vstinner | create | |