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 for issue #2415: Python 3.12.7 interpreter crashes #2417

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

geppi
Copy link
Contributor

@geppi geppi commented Oct 21, 2024

when accessing a COM Record field.

It looks like the culprit is calling PyWinObject_FreeWCHAR() while not holding the GIL.

The fix is moving the call to PyWinObject_FreeWCHAR() outside of the PY_INTERFACE_PRECALL / PY_INTERFACE_POSTCALL block to reacquire the GIL before the call.

This pull request resolves issue #2415

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.

1 participant