diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-30 14:35:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 14:35:38 (GMT) |
commit | 53e4c91725083975598350877e2ed8e2d0194114 (patch) | |
tree | 4718be274afd820f2b2064d78fb47664e3ee606d /Python | |
parent | ce105541f8ebcf2dffcadedfdeffdb698a0edb44 (diff) | |
download | cpython-53e4c91725083975598350877e2ed8e2d0194114.zip cpython-53e4c91725083975598350877e2ed8e2d0194114.tar.gz cpython-53e4c91725083975598350877e2ed8e2d0194114.tar.bz2 |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions