-
-
Notifications
You must be signed in to change notification settings - Fork 30.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
Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API #82321
Comments
This makes it impossible to port certain types to the stable ABI and remove statics from the interpreter. |
Thanks for the feature! |
Got an compile error, i have not check the detail for now: python: Objects/typeobject.c:2867: PyType_FromSpecWithBases: Assertion `memb->type == 19' failed. i report it in bpo-38273 |
This line in _tesctcapimodule.c: gives a legitimate-sounding warning on a Windows buildbot:
|
Hey Petr, I'll get to document this and fix the windows warning over the weekend. I'll ping you on Github once it's ready |
Woops, just realized that you already documented this, thanks! Btw, Victor already merged a fix for the windows compiler warning. This issue can be closed now |
Thank you all! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: