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

Fix PyTypeObject helpers for Python 3.9. #734

Merged
merged 1 commit into from
Dec 4, 2020
Merged

Conversation

Hoikas
Copy link
Member

@Hoikas Hoikas commented Dec 4, 2020

Per bpo-40170, we need to eventually start thinking about PyTypeObject as an opaque structure. That means going through and using type specs to initialize types on the heap. This would actually be a good thing because the code is cleaner. But, for now, the quick fix.

@Hoikas Hoikas merged commit 97b732a into H-uru:master Dec 4, 2020
@Hoikas Hoikas deleted the py39 branch December 4, 2020 20:37
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