Searched refs:PyEncoderType (Results 1 – 1 of 1) sorted by relevance
1828 PyObject *PyEncoderType = PyType_FromSpec(&PyEncoderType_spec); in _json_exec() local1829 if (PyModule_Add(module, "make_encoder", PyEncoderType) < 0) { in _json_exec()