]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport of 2.8 by jack:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 21 Nov 2001 04:58:37 +0000 (04:58 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 21 Nov 2001 04:58:37 +0000 (04:58 +0000)
commit057a2e70b1cdfac42dd5d13e0f900da33f7c440c
tree0418c3c5e738c1cf8fb2a1b77478c0c57325c4d1
parentb78e593e491a41dc9c45ad46d3be2c977f52fd1c
backport of 2.8 by jack:
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).
Python/dynload_next.c