Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9970ee

Browse files
committed
Call __initialize(), not __sinit() on Mac dynamic loading entry.
1 parent 96c4dd9 commit c9970ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_tkinter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ static FSSpec library_fss;
14451445
OSErr pascal
14461446
init_tkinter_shlib(InitBlockPtr data)
14471447
{
1448-
__sinit(); /* Sez Jack */
1448+
__initialize();
14491449
if ( data == nil ) return noErr;
14501450
if ( data->fragLocator.where == kOnDiskFlat ) {
14511451
library_fss = *data->fragLocator.u.onDisk.fileSpec;

0 commit comments

Comments
 (0)