]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Lots of changes, most minor (fatal() instead of abort(), use of
authorGuido van Rossum <guido@python.org>
Mon, 2 Jan 1995 19:04:15 +0000 (19:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jan 1995 19:04:15 +0000 (19:04 +0000)
commit1ae940a5870df2f706fa884afd533847f6b0b1a8
treeac19577f141b553bd56f998a62478719d5b81cd4
parent824de25fe2edade0ded378b4d602351272f4cf63
Lots of changes, most minor (fatal() instead of abort(), use of
err_fetch/err_restore and so on).  But...
NOTE: import.c has been rewritten and all the DL stuff is now in the
new file importdl.c.
15 files changed:
Python/Makefile.in
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/errors.c
Python/getargs.c
Python/import.c
Python/importdl.c [new file with mode: 0644]
Python/importdl.h [new file with mode: 0644]
Python/marshal.c
Python/modsupport.c
Python/pythonrun.c
Python/sysmodule.c
Python/thread_solaris.h
Python/traceback.c