mirror of
https://github.com/python/cpython.git
synced 2024-12-01 03:01:36 +01:00
f93c72a4b0
macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications.
3 lines
192 B
C
3 lines
192 B
C
char *macstrerror PROTO((int)); /* strerror with mac errors */
|
|
object *PyErr_Mac PROTO((object *, int)); /* Exception with a mac error */
|
|
int PyMac_Idle PROTO((void)); /* Idle routine */ |