| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…stom tp_new. (That's a mouthful of an edge case!)
| (For backwards compatibility, other ``PyType_From*`` functions allow | ||
| such metaclasses. They ignore ``tp_new``, which may result in incomplete | ||
| initialization. This is deprecated and in Python 3.14+ such metaclasses will | ||
| not be supported.) |
There was a problem hiding this comment.
This could be nested in a .. deprecated:: 3.12 block I suppose? And below.
Sorry, something went wrong.
There was a problem hiding this comment.
It's mentioned in .. versionchanged:: 3.12 in the affected functions.
Their docs are just Equivalent to ``PyType_FromMetaclass(NULL, NULL, arg, NULL, NULL)`` and a bunch of change notes, so the PyType_FromMetaclass docs need this parenthetical to be complete.
Sorry, something went wrong.
Co-authored-by: Barney Gale <barney.gale@gmail.com>
|
Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(That's a mouthful of an edge case!)