Skip to content

CPython 3.10 support - #304

Merged
steve-s merged 5 commits into
hpyproject:masterfrom
steve-s:ss/cpython-3.10
Mar 15, 2022
Merged

CPython 3.10 support#304
steve-s merged 5 commits into
hpyproject:masterfrom
steve-s:ss/cpython-3.10

Conversation

@steve-s

@steve-s steve-s commented Mar 11, 2022

Copy link
Copy Markdown
Contributor

I kept only one flag in tp_flags. It's not ideal solution, but better than no 3.10 support :-)

Fixes #292

@steve-s

steve-s commented Mar 14, 2022

Copy link
Copy Markdown
Contributor Author

Note: related to this: #305

@steve-s

steve-s commented Mar 15, 2022

Copy link
Copy Markdown
Contributor Author

I've changed the bit used once more to avoid issues in 3.11a (there are however other problems in 3.11)

@steve-s
steve-s merged commit deaa005 into hpyproject:master Mar 15, 2022
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.

Flag incompatibility with CPython 3.10

2 participants