File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ :c:func: `PyCodec_Unregister ` is now properly exported as a function in the
2
+ Windows Stable ABI DLL.
Original file line number Diff line number Diff line change @@ -2097,7 +2097,7 @@ function PyModule_AddObjectRef
2097
2097
added 3.10
2098
2098
data Py_FileSystemDefaultEncodeErrors
2099
2099
added 3.10
2100
- data PyCodec_Unregister
2100
+ function PyCodec_Unregister
2101
2101
added 3.10
2102
2102
function PyErr_SetInterruptEx
2103
2103
added 3.10
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ EXPORT_FUNC(PyCodec_ReplaceErrors)
156
156
EXPORT_FUNC (PyCodec_StreamReader )
157
157
EXPORT_FUNC (PyCodec_StreamWriter )
158
158
EXPORT_FUNC (PyCodec_StrictErrors )
159
+ EXPORT_FUNC (PyCodec_Unregister )
159
160
EXPORT_FUNC (PyCodec_XMLCharRefReplaceErrors )
160
161
EXPORT_FUNC (PyComplex_FromDoubles )
161
162
EXPORT_FUNC (PyComplex_ImagAsDouble )
@@ -734,7 +735,6 @@ EXPORT_DATA(PyCallIter_Type)
734
735
EXPORT_DATA (PyCapsule_Type )
735
736
EXPORT_DATA (PyCFunction_Type )
736
737
EXPORT_DATA (PyClassMethodDescr_Type )
737
- EXPORT_DATA (PyCodec_Unregister )
738
738
EXPORT_DATA (PyComplex_Type )
739
739
EXPORT_DATA (PyDict_Type )
740
740
EXPORT_DATA (PyDictItems_Type )
You can’t perform that action at this time.
0 commit comments