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 hroncok
Recipients docs@python, eric.snow, hroncok, vstinner
Date 2018-05-12.08:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526114406.62.0.682650639539.issue33470@psf.upfronthosting.co.za>
In-reply-to
Content
Background: gdb fails to build with Python 3.7 as described in https://bugzilla.redhat.com/show_bug.cgi?id=1577396

This is due to _PyImport_FixupBuiltin changing it's API. I feel that _underscored functions are probably not guaranteed to not change, however I miss anything about the following changes:

https://github.com/python/cpython/pull/1638
https://github.com/python/cpython/pull/3565
https://github.com/python/cpython/pull/3575

In here:

https://docs.python.org/3.7/whatsnew/3.7.html#porting-to-python-37
(or that page generally)

That page doesn't mention PyInterpreterState at all, so even if you decide that _PyImport_FixupBuiltin doesn't deserve a mention, maybe the general change does.

Thanks
History
Date User Action Args
2018-05-12 08:40:06hroncoksetrecipients: + hroncok, vstinner, docs@python, eric.snow
2018-05-12 08:40:06hroncoksetmessageid: <1526114406.62.0.682650639539.issue33470@psf.upfronthosting.co.za>
2018-05-12 08:40:06hroncoklinkissue33470 messages
2018-05-12 08:40:06hroncokcreate