Staging
v0.8.1
https://github.com/python/cpython
Revision 88dc264b0eed2bf18dc56c594ee50a6864c6c3cf authored by Guido van Rossum on 01 July 1996, 18:34:03 UTC, committed by Guido van Rossum on 01 July 1996, 18:34:03 UTC
1 parent 22b6db6
Raw File
Tip revision: 88dc264b0eed2bf18dc56c594ee50a6864c6c3cf authored by Guido van Rossum on 01 July 1996, 18:34:03 UTC
New versions of VC project which has no source files in PC/
Tip revision: 88dc264
Python.h
/* Header file to be included by modules using new naming conventions */
#define Py_USE_NEW_NAMES
#include "allobjects.h"
back to top