Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PyFloat_Pack8() on Python 3.11 alpha7 #67

Closed
vstinner opened this issue Mar 12, 2022 · 1 comment · Fixed by #65
Closed

Use PyFloat_Pack8() on Python 3.11 alpha7 #67

vstinner opened this issue Mar 12, 2022 · 1 comment · Fixed by #65

Comments

@vstinner
Copy link

The private _PyFloat_Pack8() and _PyFloat_Unpack8() functions were removed in Python 3.11, but Python 3.11 alpha7 adds new clean public PyFloat_Pack8() and PyFloat_Unpack8() functions: see https://bugs.python.org/issue46906

zodbpickle should use them to be compatible with Python 3.11.

@icemac
Copy link
Member

icemac commented Mar 14, 2022

@vstinner Thank you for informing us. We'll use that functions when a7 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants