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 jd, methane, ned.deily, vstinner
Date 2020-03-03.10:30:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583231421.71.0.524631658597.issue39599@roundup.psfhosted.org>
In-reply-to
Content
> The problem is that AFAIK the wheel system does not allow you to specify and provide a wheel for each minor Python version.

The alternative is to identify which part of your code depends on PyGC_Head size, and handle the different sizes there.
History
Date User Action Args
2020-03-03 10:30:21vstinnersetrecipients: + vstinner, ned.deily, methane, jd
2020-03-03 10:30:21vstinnersetmessageid: <1583231421.71.0.524631658597.issue39599@roundup.psfhosted.org>
2020-03-03 10:30:21vstinnerlinkissue39599 messages
2020-03-03 10:30:21vstinnercreate