mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Moved PyMac_GetScript() to _localemodule, which is the only place where
it is used, and made it private. Should fix #978662.
This commit is contained in:
parent
75694501ca
commit
59f072ad7c
3 changed files with 26 additions and 27 deletions
|
@ -13,7 +13,6 @@
|
|||
/*
|
||||
** Helper routines for error codes and such.
|
||||
*/
|
||||
char *PyMac_getscript(void); /* Get the default encoding for our 8bit character set */
|
||||
char *PyMac_StrError(int); /* strerror with mac errors */
|
||||
extern PyObject *PyMac_OSErrException; /* Exception for OSErr */
|
||||
PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue