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 vstinner
Recipients barry, ncoghlan, ned.deily, njs, paul.moore, pitrou, scoder, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-06-12.13:11:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560345104.26.0.0843423800085.issue32388@roundup.psfhosted.org>
In-reply-to
Content
About ABI "foward compatibility", Python 3.8 introduced another backward incompatible change: bpo-37250 "C files generated by Cython set tp_print to NULL: PyTypeObject.tp_print removed, replaced with tp_vectorcall_offset".
History
Date User Action Args
2019-06-12 13:11:44vstinnersetrecipients: + vstinner, barry, paul.moore, ncoghlan, pitrou, scoder, tim.golden, ned.deily, njs, zach.ware, serhiy.storchaka, steve.dower
2019-06-12 13:11:44vstinnersetmessageid: <1560345104.26.0.0843423800085.issue32388@roundup.psfhosted.org>
2019-06-12 13:11:44vstinnerlinkissue32388 messages
2019-06-12 13:11:44vstinnercreate