mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
flushline and writestring can now return an error
This commit is contained in:
parent
f1e6354548
commit
745b8cff08
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ PyObject *PyEval_GetOwner Py_PROTO((void));
|
|||
PyObject *PyEval_GetFrame Py_PROTO((void));
|
||||
int PyEval_GetRestricted Py_PROTO((void));
|
||||
|
||||
void Py_FlushLine Py_PROTO((void));
|
||||
int Py_FlushLine Py_PROTO((void));
|
||||
|
||||
int Py_AddPendingCall Py_PROTO((int (*func) Py_PROTO((ANY *)), ANY *arg));
|
||||
int Py_MakePendingCalls Py_PROTO((void));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue