Kaydet (Commit) 07e9fbf6 authored tarafından Guido van Rossum's avatar Guido van Rossum

Register Tcl_Finalize as a Python exit handler.

üst 40769dd0
......@@ -1543,7 +1543,10 @@ init_tkinter()
}
if (PyErr_Occurred())
Py_FatalError("can't initialize module _tkinter");
return;
Py_AtExit(Tcl_Finalize);
#ifdef macintosh
/*
** Part of this code is stolen from MacintoshInit in tkMacAppInit.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment