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

linux, darwin compatibility for python3.8 #177

Merged
merged 1 commit into from
Aug 19, 2019
Merged

linux, darwin compatibility for python3.8 #177

merged 1 commit into from
Aug 19, 2019

Conversation

ijl
Copy link
Contributor

@ijl ijl commented Aug 12, 2019

From https://docs.python.org/3.8/whatsnew/3.8.html:

"Default sys.abiflags became an empty string: the m flag
for pymalloc became useless (builds with and without
pymalloc are ABI compatible) and so has been removed.

...

On Linux, for example, the Python 3.7 suffix
.cpython-37m-x86_64-linux-gnu.so became
.cpython-38-x86_64-linux-gnu.so in Python 3.8."

From https://docs.python.org/3.8/whatsnew/3.8.html:

"Default sys.abiflags became an empty string: the m flag
for pymalloc became useless (builds with and without
pymalloc are ABI compatible) and so has been removed.

...

On Linux, for example, the Python 3.7 suffix
.cpython-37m-x86_64-linux-gnu.so became
.cpython-38-x86_64-linux-gnu.so in Python 3.8."
@konstin
Copy link
Member

konstin commented Aug 19, 2019

Thank you!

@konstin konstin merged commit 0b3a1b6 into PyO3:master Aug 19, 2019
@ijl ijl deleted the python38 branch August 19, 2019 11:18
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 this pull request may close these issues.

None yet

2 participants