mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Moved PyOS_StackCheck prototype to pythonrun.h
This commit is contained in:
parent
0d15908629
commit
5660639f9f
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ void PyMac_GetSchedParams(PyMacSchedParams *); /* Get schedulers params */
|
|||
void PyMac_SetSchedParams(PyMacSchedParams *); /* Set schedulers params */
|
||||
PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */
|
||||
PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
|
||||
int PyOS_CheckStack(void); /* Check that we aren't overflowing our stack */
|
||||
int PyMac_DoYield(int, int); /* Yield cpu. First arg is maxtime, second ok to call python */
|
||||
int PyMac_HandleEvent(EventRecord *); /* Handle one event, possibly in Python */
|
||||
void PyMac_HandleEventIntern(EventRecord *); /* Handle one event internal only */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue