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 methane, vstinner
Date 2022-03-03.11:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646306641.76.0.195619401051.issue46906@roundup.psfhosted.org>
In-reply-to
Content
I prepared a pythoncapi_compat PR to provide these functions to Python 3.10 and older:
https://github.com/pythoncapi/pythoncapi_compat/pull/26

Note: bpo-11734 (commit 7c4e409d075fdb923807513353b18a75a4520eba) added _PyFloat_Pack2() and _PyFloat_Unpack2() to Python 3.6.0b1.
History
Date User Action Args
2022-03-03 11:24:01vstinnersetrecipients: + vstinner, methane
2022-03-03 11:24:01vstinnersetmessageid: <1646306641.76.0.195619401051.issue46906@roundup.psfhosted.org>
2022-03-03 11:24:01vstinnerlinkissue46906 messages
2022-03-03 11:24:01vstinnercreate