Staging
v0.5.1
https://github.com/python/cpython
Revision 8ff077b0949791c6b699cb179749d929a9fdc98a authored by Guido van Rossum on 24 August 1996, 06:21:31 UTC, committed by Guido van Rossum on 24 August 1996, 06:21:31 UTC
1 parent 93fccac
Raw File
Tip revision: 8ff077b0949791c6b699cb179749d929a9fdc98a authored by Guido van Rossum on 24 August 1996, 06:21:31 UTC
Name mangling, what the heck!
Tip revision: 8ff077b
Python.h
/* Header file to be included by modules using new naming conventions */
#define Py_USE_NEW_NAMES
#include "allobjects.h"
back to top