Staging
v0.5.1
https://github.com/python/cpython
Revision 057a2e70b1cdfac42dd5d13e0f900da33f7c440c authored by Anthony Baxter on 21 November 2001, 04:58:37 UTC, committed by Anthony Baxter on 21 November 2001, 04:58:37 UTC
Patch by Jonathan Wight (slightly reformatted) to forestall loading the
same module twice, which apparently crashes Python. I could not test the
error condition, but in normal life it seems to have no adverse effects.

Also removed an unsued variable, and corrected 2 glaring errors (missing
'case' in front of a label).
1 parent b78e593
History
Tip revision: 057a2e70b1cdfac42dd5d13e0f900da33f7c440c authored by Anthony Baxter on 21 November 2001, 04:58:37 UTC
backport of 2.8 by jack:
Tip revision: 057a2e7
File Mode Size
command
README -rw-r--r-- 752 bytes
__init__.py -rw-r--r-- 217 bytes
archive_util.py -rw-r--r-- 6.3 KB
bcppcompiler.py -rw-r--r-- 14.0 KB
ccompiler.py -rw-r--r-- 42.0 KB
cmd.py -rw-r--r-- 18.9 KB
core.py -rw-r--r-- 8.0 KB
cygwinccompiler.py -rw-r--r-- 17.0 KB
dep_util.py -rw-r--r-- 4.2 KB
dir_util.py -rw-r--r-- 7.7 KB
dist.py -rw-r--r-- 41.0 KB
errors.py -rw-r--r-- 3.5 KB
extension.py -rw-r--r-- 8.8 KB
fancy_getopt.py -rw-r--r-- 17.9 KB
file_util.py -rw-r--r-- 8.0 KB
filelist.py -rw-r--r-- 12.9 KB
msvccompiler.py -rw-r--r-- 17.7 KB
mwerkscompiler.py -rw-r--r-- 8.9 KB
spawn.py -rw-r--r-- 5.6 KB
sysconfig.py -rw-r--r-- 12.7 KB
text_file.py -rw-r--r-- 14.9 KB
unixccompiler.py -rw-r--r-- 10.2 KB
util.py -rw-r--r-- 16.8 KB
version.py -rw-r--r-- 11.2 KB

README

back to top