mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Got rid of nfullpath()
This commit is contained in:
parent
26ee1260a2
commit
84fb1fab1f
2 changed files with 2 additions and 3 deletions
|
|
@ -584,7 +584,7 @@ MacOS_openrf(PyObject *self, PyObject *args)
|
|||
FILE *tfp;
|
||||
char pathname[257];
|
||||
|
||||
if ( err=nfullpath(&fss, &pathname) ) {
|
||||
if ( err=PyMac_GetFullPath(&fss, pathname) ) {
|
||||
PyMac_Error(err);
|
||||
Py_DECREF(fp);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue