STINNER Victor <[email protected]> added the comment:

Issue fixed in Python 3.9 with:

commit 33f15a16d40cb8010a8c758952cbf88d7912ee2d
Author: Dong-hee Na <[email protected]>
Date:   Fri Mar 27 19:59:59 2020 +0900

    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.

----------
nosy: +corona10, vstinner
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
versions: +Python 3.9 -Python 3.4

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue15655>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to