0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Python
Guido van Rossum 7a2653438a Add a missing "rf.depth = 0;" to marshal_load().
Reported by Joe Smith.  This makes the CYGWIN tests pass;
it's a miracle it didn't fail on other platforms.
Seems like it was accidentally dropped (maybe a merge artifact?).
2007-07-30 00:04:35 +00:00
..
asdl.c
ast.c Implement PEP 3120. 2007-07-29 18:10:01 +00:00
atof.c
bltinmodule.c
ceval.c Merged revisions 56467-56482 via svnmerge from 2007-07-21 17:22:18 +00:00
codecs.c
compile.c
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c Fix import of frozen package submodules to use Unicode. Fixes test_frozen. 2007-07-23 03:16:50 +00:00
importdl.c
importdl.h
mactoolboxglue.c SF patch# 1761465 by Jeffrey Yasskin. 2007-07-27 04:41:00 +00:00
marshal.c Add a missing "rf.depth = 0;" to marshal_load(). 2007-07-30 00:04:35 +00:00
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c
pyarena.c
pyfpe.c
pystate.c
pystrtod.c
Python-ast.c
pythonrun.c
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c Merged revisions 56467-56482 via svnmerge from 2007-07-21 17:22:18 +00:00
sysmodule.c
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
thread.c
traceback.c Merged revisions 56467-56482 via svnmerge from 2007-07-21 17:22:18 +00:00