mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Call __initialize(), not __sinit() on Mac dynamic loading entry.
This commit is contained in:
parent
96c4dd95cf
commit
c9970eecc2
1 changed files with 1 additions and 1 deletions
|
@ -1445,7 +1445,7 @@ static FSSpec library_fss;
|
|||
OSErr pascal
|
||||
init_tkinter_shlib(InitBlockPtr data)
|
||||
{
|
||||
__sinit(); /* Sez Jack */
|
||||
__initialize();
|
||||
if ( data == nil ) return noErr;
|
||||
if ( data->fragLocator.where == kOnDiskFlat ) {
|
||||
library_fss = *data->fragLocator.u.onDisk.fileSpec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue