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 etejedor
Recipients etejedor
Date 2018-12-04.12:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543926918.35.0.788709270274.issue35408@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a reproducer that calls PyCFunction_New. The reproducer runs normally with Python 3.6.5, but it crashes with Python 3.7.1. The reason seems to be that the _PyObject_GC_TRACK macro ends up being called and it is broken in Python3.7.

A fix for that macro seems to have been committed to master:

https://github.com/python/cpython/pull/10507
History
Date User Action Args
2018-12-04 12:35:18etejedorsetrecipients: + etejedor
2018-12-04 12:35:18etejedorsetmessageid: <1543926918.35.0.788709270274.issue35408@psf.upfronthosting.co.za>
2018-12-04 12:35:18etejedorlinkissue35408 messages
2018-12-04 12:35:18etejedorcreate