Searched refs:PyCodec_Unregister (Results 1 – 9 of 9) sorted by relevance
34 PyAPI_FUNC(int) PyCodec_Unregister(
13 .. c:function:: int PyCodec_Unregister(PyObject *search_function)
85 if (PyCodec_Unregister(search_function) < 0) { in _codecs_unregister()
161 EXPORT_FUNC(PyCodec_Unregister)
87 function,PyCodec_Unregister,3.10,,
55 PyCodec_Unregister(PyObject *search_function) in PyCodec_Unregister() function
2185 [function.PyCodec_Unregister]
8149 - bpo-43795: :c:func:`PyCodec_Unregister` is now properly exported as a12150 - bpo-41842: Add :c:func:`PyCodec_Unregister` function to unregister a codec
2058 * Add a :c:func:`PyCodec_Unregister` function to unregister a codec