]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is
authorGuido van Rossum <guido@python.org>
Mon, 18 Oct 1993 11:44:47 +0000 (11:44 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Oct 1993 11:44:47 +0000 (11:44 +0000)
commitcacd9579d48cb1e2acc3536c9701987b118edf8c
treea3d31a150228428d44866f8a5e6fe496c5c9dbff
parent842d2ccdcd540399501a918b9724d2eaf5599f39
* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is
  no longer done by config.c).
* stdwinmodule.c (initstdwin), config.c (initall): get command line
  arguments from sys.argv instead of special-casing stdwin in config.c
* import.c (get_module): fix core dump when foomodule.o does not define
  initfoo().
* ChangeLog: documented changes by Sjoerd.
Modules/config.c.in
Modules/stdwinmodule.c
Python/import.c