diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-27 10:59:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 10:59:59 (GMT) |
commit | 33f15a16d40cb8010a8c758952cbf88d7912ee2d (patch) | |
tree | 4f5978598f7ee289e571099a5f0a1bb1a85f0d4b /Python | |
parent | 71a3522ef85df06a3acc718107360e37e4116a15 (diff) | |
download | cpython-33f15a16d40cb8010a8c758952cbf88d7912ee2d.zip cpython-33f15a16d40cb8010a8c758952cbf88d7912ee2d.tar.gz cpython-33f15a16d40cb8010a8c758952cbf88d7912ee2d.tar.bz2 |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions