mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
956640880d
ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
4 lines
118 B
C
4 lines
118 B
C
/* Header file to be included by modules using new naming conventions */
|
|
#include "allobjects.h"
|
|
#include "rename1.h"
|