mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -10,12 +10,13 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#ifndef Py_OBJIMPL_H
|
||||
#define Py_OBJIMPL_H
|
||||
|
||||
#include "pymem.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "pyport.h"
|
||||
|
||||
/*
|
||||
Functions and macros for modules that implement new object types.
|
||||
You must first include "object.h".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue