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 scoder
Recipients Dormouse759, ncoghlan, petr.viktorin, scoder, terry.reedy
Date 2017-05-25.10:18:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495707532.47.0.744592998115.issue30403@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for bringing me in. The PoC implementation looks nice. Whether I'd like to support this in Cython? Absolutely. Requires some work, though, since Cython still doesn't implement PEP 489. But it shouldn't be hard, if I remember the discussions from back then correctly. I could try to free some time in August to catch up with this. That would still fit into the pre-alpha phase of Py3.7.

Unless, obviously, others would like to give it a try in the meantime. It's mostly about splitting up the current generated module init function into separate phases. Ok, there could be some minor obstacles along the way. ;)

I created a ticket for it in our own tracker for now.
https://github.com/cython/cython/issues/1715
History
Date User Action Args
2017-05-25 10:18:52scodersetrecipients: + scoder, terry.reedy, ncoghlan, petr.viktorin, Dormouse759
2017-05-25 10:18:52scodersetmessageid: <1495707532.47.0.744592998115.issue30403@psf.upfronthosting.co.za>
2017-05-25 10:18:52scoderlinkissue30403 messages
2017-05-25 10:18:52scodercreate