-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
bpo-1635741: Port faulthandler module to multiphase initialization #21294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vstinner @shihai1991 PTAL :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but it seems like your PR introduces a compiler warning on the slots:
"initialization from incompatible pointer type [-Wincompatible-pointer-types]"
It may be good to fix it first.
Yeah, it should be PyModuleDef_Slot, not PyType_Slot, it was my mistake. |
Ooops :-) |
Thanks for taking care of "my" little module :-) |
https://bugs.python.org/issue1635741