SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 43 Python

gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)

Added a new stable API function ``PyType_FromMetaclass``, which mirrors
the behavior of ``PyType_FromModuleAndSpec`` except that it takes an
additional metaclass argument. This is, e.g., useful for language
binding tools that need to store additional information in the type
object.
W
Wenzel Jakob committed
5e34b494a08015e9b5a3deade23943bdba284a93
Parent: 20d30ba
Committed by GitHub <noreply@github.com> on 5/27/2022, 8:27:39 AM