patch from Vladimir (move Py_Mem* interface to Include/pymem.h)

This commit is contained in:
Peter Schneider-Kamp 2000-07-31 22:19:30 +00:00
parent b88b0bce2a
commit 25f68944c2
10 changed files with 221 additions and 177 deletions

View file

@ -1,3 +1,13 @@
/***********************************************************
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
******************************************************************/
/***************************************
THIS FILE IS OBSOLETE
USE "pyport.h" INSTEAD