This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Robin.Schreiber, asvetlov, corona10, loewis, pitrou, vstinner
Date 2020-06-22.09:20:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592817619.68.0.2863710824.issue15655@roundup.psfhosted.org>
In-reply-to
Content
Issue fixed in Python 3.9 with:

commit 33f15a16d40cb8010a8c758952cbf88d7912ee2d
Author: Dong-hee Na <donghee.na92@gmail.com>
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.
History
Date User Action Args
2020-06-22 09:20:19vstinnersetrecipients: + vstinner, loewis, pitrou, asvetlov, Robin.Schreiber, corona10
2020-06-22 09:20:19vstinnersetmessageid: <1592817619.68.0.2863710824.issue15655@roundup.psfhosted.org>
2020-06-22 09:20:19vstinnerlinkissue15655 messages
2020-06-22 09:20:19vstinnercreate