Message 390868 - Python tracker
Message390868
| Author | andrewvaughanj |
|---|---|
| Recipients | andrewvaughanj, matrixise |
| Date | 2021-04-12.16:55:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618246556.98.0.584590373945.issue43816@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> 1) The Cython-generated code uses `Py_ISSPACE` (and not `_Py_ctype_table`), but the expansion of the macro `Py_ISSPACE` then adds `_Py_ctype_table` to the user's code > I wrote this up as a Cython bug here (just to see if the Cython team consider this "their" bug): https://github.com/cython/cython/issues/4111 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-12 16:55:57 | andrewvaughanj | set | recipients: + andrewvaughanj, matrixise |
| 2021-04-12 16:55:56 | andrewvaughanj | set | messageid: <1618246556.98.0.584590373945.issue43816@roundup.psfhosted.org> |
| 2021-04-12 16:55:56 | andrewvaughanj | link | issue43816 messages |
| 2021-04-12 16:55:56 | andrewvaughanj | create | |