mirror of
https://github.com/python/cpython.git
synced 2025-09-13 04:08:37 +00:00
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
This commit is contained in:
parent
b88b0bce2a
commit
25f68944c2
10 changed files with 221 additions and 177 deletions
|
@ -1,5 +1,3 @@
|
|||
#ifndef Py_MYMALLOC_H
|
||||
#define Py_MYMALLOC_H
|
||||
/***********************************************************
|
||||
Copyright (c) 2000, BeOpen.com.
|
||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
||||
|
@ -15,6 +13,9 @@ THIS FILE IS OBSOLETE
|
|||
USE "pyport.h" INSTEAD
|
||||
***************************************/
|
||||
|
||||
#ifndef Py_MYMALLOC_H
|
||||
#define Py_MYMALLOC_H
|
||||
|
||||
/* Lowest-level memory allocation interface */
|
||||
|
||||
#define ANY void /* For API compatibility only. Obsolete, do not use. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue