0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Modules
Guido van Rossum 83addc7a0f Charles Waldman writes:
"""
Problem description:

	Run the following script:

import test.test_cpickle
for x in xrange(1000000):
    reload(test.test_cpickle)

Watch Python's memory use go up up and away!

In the course of debugging this I also saw that cPickle is
inconsistent with pickle - if you attempt a pickle.load or pickle.dump
on a closed file, you get a ValueError, whereas the corresponding
cPickle operations give an IOError.  Since cPickle is advertised as
being compatible with pickle, I changed these exceptions to match.
"""
2000-04-21 20:49:36 +00:00
..
_codecsmodule.c
_cursesmodule.c
_localemodule.c
_sre.c
_tkinter.c
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c
cryptmodule.c
cStringIO.c
cstubs
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gdbmmodule.c
getbuildinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
linuxaudiodev.c
main.c
Makefile.pre.in
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mmapmodule.c
mpzmodule.c
newmodule.c
nismodule.c
operator.c
parsermodule.c
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c
puremodule.c
pwdmodule.c
pyexpat.c
pypcre.c
python.c
readline.c
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
Setup.in
Setup.thread.in
sgimodule.c
shamodule.c
signalmodule.c
socketmodule.c
soundex.c
sre_constants.h
sre.h
stdwinmodule.c
stropmodule.c
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
timemodule.c
timing.h
timingmodule.c
tkappinit.c
unicodedata.c
unicodedatabase.c
unicodedatabase.h
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c