Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40df710 commit c9abc1dCopy full SHA for c9abc1d
1 file changed
Misc/NEWS
@@ -216,12 +216,7 @@ C API
216
217
- PyType_Ready() accidentally did not inherit tp_is_gc; now it does.
218
219
-- Objects allocated using the new PyMalloc_New and PyMalloc_NewVar
220
- functions will be allocated using pymalloc if it is enabled. These
221
- objects should be deallocated using PyMalloc_Del. The PyObject_{New,
222
- NewVar,NEW_VAR,Del,DEL} APIs have been changed to always use
223
- PyMem_MALLOC and PyMem_FREE, even if pymalloc is enabled. The
224
- PyCore_* family of APIs have been removed.
+- The PyCore_* family of APIs have been removed.
225
226
- The "u#" parser marker will now pass through Unicode objects as-is
227
without going through the buffer API.
0 commit comments