Home
last modified time | relevance | path

Searched refs:PyCodec_Unregister (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dcodecs.h34 PyAPI_FUNC(int) PyCodec_Unregister(
/third_party/python/Doc/c-api/
Dcodec.rst13 .. c:function:: int PyCodec_Unregister(PyObject *search_function)
/third_party/python/Modules/
D_codecsmodule.c85 if (PyCodec_Unregister(search_function) < 0) { in _codecs_unregister()
/third_party/python/PC/
Dpython3dll.c161 EXPORT_FUNC(PyCodec_Unregister)
/third_party/python/Doc/data/
Dstable_abi.dat87 function,PyCodec_Unregister,3.10,,
/third_party/python/Python/
Dcodecs.c55 PyCodec_Unregister(PyObject *search_function) in PyCodec_Unregister() function
/third_party/python/Misc/
Dstable_abi.toml2185 [function.PyCodec_Unregister]
DNEWS8149 - bpo-43795: :c:func:`PyCodec_Unregister` is now properly exported as a
12150 - bpo-41842: Add :c:func:`PyCodec_Unregister` function to unregister a codec
/third_party/python/Doc/whatsnew/
D3.10.rst2058 * Add a :c:func:`PyCodec_Unregister` function to unregister a codec