source: trunk/essentials/dev-lang/python/Misc/pymemcompat.h@ 3404

Last change on this file since 3404 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 3.1 KB
Line 
1/* The idea of this file is that you bundle it with your extension,
2 #include it, program to Python 2.3's memory API and have your
3 extension build with any version of Python from 1.5.2 through to
4 2.3 (and hopefully beyond). */
5
6#ifndef Py_PYMEMCOMPAT_H