bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177)
Replace statically allocated types with heap allocated types: use PyType_FromSpec(). Add a module state to store the Scanner and Encoder types. Add traverse, clear and free functions to the module.
D
Dong-hee Na committed
33f15a16d40cb8010a8c758952cbf88d7912ee2d
Parent: 71a3522
Committed by GitHub <noreply@github.com>
on 3/27/2020, 10:59:59 AM