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

Allow customization of shutdown behavior #215

Merged

Conversation

lassoan
Copy link
Contributor

@lassoan lassoan commented Jul 23, 2020

Instead of deleting comtypes.shutdown it is made private (by renaming to comtypes._shutdown).
This allows applications to unregister shutdown from atexit and call it at the appropriate time instead.

It fixes crash during exit in applications that embed Python (and thus may require a custom shutdown sequence).

Instead of deleting comtypes.shutdown it is made private (by renaming to comtypes._shutdown).
This allows applications to unregister shutdown from atexit and call it at the appropriate time instead.

It fixes crash during exit in applications that embed Python (and thus may require a custom shutdown sequence).
@vasily-v-ryabov vasily-v-ryabov merged commit f304fa4 into enthought:master Jul 27, 2020
@lassoan
Copy link
Contributor Author

lassoan commented Jul 27, 2020

Thank you!

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.

2 participants