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 kj
Recipients Mark.Shannon, kj
Date 2021-10-28.14:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635432807.78.0.734832288442.issue45648@roundup.psfhosted.org>
In-reply-to
Content
Unless I'm mistaken, the current code in Python/specialize.c doesn't check for valid tp_version_tag, so version tag could overflow and it wouldn't know any better.

Ideally, we should add more robust tests for when tp_version_tag overflows, but that's a project for another day.
History
Date User Action Args
2021-10-28 14:53:27kjsetrecipients: + kj, Mark.Shannon
2021-10-28 14:53:27kjsetmessageid: <1635432807.78.0.734832288442.issue45648@roundup.psfhosted.org>
2021-10-28 14:53:27kjlinkissue45648 messages
2021-10-28 14:53:27kjcreate