File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1176,6 +1176,11 @@ Deprecated
1176
1176
Pending Removal in Python 3.12
1177
1177
==============================
1178
1178
1179
+ The following APIs have been deprecated in earlier Python releases, and are now
1180
+ pending removal in Python 3.12.
1181
+
1182
+ Python API::
1183
+
1179
1184
* :class: `pkgutil.ImpImporter `
1180
1185
* :class: `pkgutil.ImpLoader `
1181
1186
* :envvar: `PYTHONTHREADDEBUG `
@@ -1202,6 +1207,9 @@ Pending Removal in Python 3.12
1202
1207
* ``cgi.log() ``
1203
1208
* ``sqlite3.OptimizedUnicode ``
1204
1209
* ``sqlite3.enable_shared_cache ``
1210
+
1211
+ C API::
1212
+
1205
1213
* :c:func: `PyUnicode_AS_DATA `
1206
1214
* :c:func: `PyUnicode_AS_UNICODE `
1207
1215
* :c:func: `PyUnicode_AsUnicodeAndSize `
@@ -1217,6 +1225,7 @@ Pending Removal in Python 3.12
1217
1225
* :c:func: `_PyUnicode_AsUnicode `
1218
1226
* :c:macro: `PyUnicode_WCHAR_KIND `
1219
1227
* c:type: `PyUnicodeObject `
1228
+ * ``PyUnicode_InternImmortal() ``
1220
1229
1221
1230
1222
1231
Removed
You can’t perform that action at this time.
0 commit comments