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

Fixed PyTypeObject instantiations #237

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Fixed PyTypeObject instantiations #237

merged 1 commit into from
Sep 11, 2024

Conversation

Zuzu-Typ
Copy link
Owner

Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT.

This should fix #236

Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT
@Zuzu-Typ Zuzu-Typ merged commit dd7e413 into master Sep 11, 2024
32 checks passed
@Zuzu-Typ Zuzu-Typ deleted the fix-pyglm-type-head branch September 11, 2024 12:08
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.

Build fails against python 3.12 with type conversion errors
1 participant