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