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 ncoghlan
Recipients jdemeyer, lukasz.langa, ncoghlan, pablogsal, scoder, serhiy.storchaka, vstinner
Date 2019-06-11.22:21:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560291686.69.0.965332581186.issue37221@roundup.psfhosted.org>
In-reply-to
Content
The key problem isn't Cython itself, the problem is that Cython generated libraries can't be rebuilt for 3.8 without regenerating their C files.

I'd be fine with PyCode_NewWithPosArgs (Victor's right that a descriptive naming convention handles future changes better than Ex)
History
Date User Action Args
2019-06-11 22:21:26ncoghlansetrecipients: + ncoghlan, scoder, vstinner, lukasz.langa, serhiy.storchaka, jdemeyer, pablogsal
2019-06-11 22:21:26ncoghlansetmessageid: <1560291686.69.0.965332581186.issue37221@roundup.psfhosted.org>
2019-06-11 22:21:26ncoghlanlinkissue37221 messages
2019-06-11 22:21:26ncoghlancreate