mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00

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"
|