Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9abc1d

Browse files
committed
Remove news about PyMalloc_*. Do we need to say anything about
pymalloc?
1 parent 40df710 commit c9abc1d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Misc/NEWS

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,7 @@ C API
216216

217217
- PyType_Ready() accidentally did not inherit tp_is_gc; now it does.
218218

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.
219+
- The PyCore_* family of APIs have been removed.
225220

226221
- The "u#" parser marker will now pass through Unicode objects as-is
227222
without going through the buffer API.

0 commit comments

Comments
 (0)