0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Python
Guido van Rossum d014ea6b5e * classobject.c: in instance_lenth, test result of call_object
for exception before using it.  Fixed a few other places where the
  outcome of calling sq_length wasn't tested for exceptions
  (bltinmodule.c, ceval.c).
1992-11-26 10:30:26 +00:00
..
bltinmodule.c * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
ceval.c * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
cgensupport.c
compile.c
errors.c
fmod.c
getcwd.c
graminit.c
import.c
marshal.c
modsupport.c
pythonmain.c
pythonrun.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
thread.c
traceback.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00