mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Updated to Universal Headers 3 constant names
This commit is contained in:
parent
5e58bcdb7a
commit
1b5b37f616
1 changed files with 1 additions and 1 deletions
|
|
@ -1009,7 +1009,7 @@ cdll_getlibrary(self, args)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* Find the library connection ID */
|
/* Find the library connection ID */
|
||||||
err = GetSharedLibrary(frag_name, kCurrentCFragArch, kLoadCFrag, &conn_id, &main_addr,
|
err = GetSharedLibrary(frag_name, kCompiledCFragArch, kLoadCFrag, &conn_id, &main_addr,
|
||||||
errMessage);
|
errMessage);
|
||||||
if ( err ) {
|
if ( err ) {
|
||||||
sprintf(buf, "%.*s: %s", errMessage[0], errMessage+1, PyMac_StrError(err));
|
sprintf(buf, "%.*s: %s", errMessage[0], errMessage+1, PyMac_StrError(err));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue