bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
Replace statically allocated types with heap allocated types: use PyType_FromSpec(). Add a module state to store the _abc_data_type. Add traverse, clear and free functions to the module.
D
Dong-hee Na committed
53e4c91725083975598350877e2ed8e2d0194114
Parent: ce10554
Committed by GitHub <noreply@github.com>
on 3/30/2020, 2:35:38 PM