We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaa534 commit 0c268a6Copy full SHA for 0c268a6
1 file changed
Modules/_tkinter.c
@@ -210,6 +210,8 @@ mount_tk_dll_zip(void)
210
211
Tcl_DStringInit(&utf8_path);
212
Tcl_WCharToUtfDString(tk_path, path_len, &utf8_path);
213
+ /* Failure is harmless if the DLL has no embedded ZIP or if another
214
+ interpreter has already mounted it. */
215
(void) TclZipfs_Mount(NULL, Tcl_DStringValue(&utf8_path),
216
"//zipfs:/lib/tk", NULL);
217
Tcl_DStringFree(&utf8_path);
0 commit comments