Skip to content

Fixed double call to PyType_Ready in CLR MetaType's tp_new#1486

Merged
filmor merged 1 commit into
pythonnet:masterfrom
losttech:bugs/PythonInheritsDotNet_DoubleTypeReady
Jul 7, 2021
Merged

Fixed double call to PyType_Ready in CLR MetaType's tp_new#1486
filmor merged 1 commit into
pythonnet:masterfrom
losttech:bugs/PythonInheritsDotNet_DoubleTypeReady

It was incorrect to call `PyType_Ready` on a type returned by `PyType…

c1e5622
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs