This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:57andrewvaughanjsetrecipients: + andrewvaughanj, matrixise
2021-04-12 16:55:56andrewvaughanjsetmessageid: <1618246556.98.0.584590373945.issue43816@roundup.psfhosted.org>
2021-04-12 16:55:56andrewvaughanjlinkissue43816 messages
2021-04-12 16:55:56andrewvaughanjcreate