This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-07 11:08:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Barry Warsaw
3879333b9e
PyImport_ReloadModule(): Nailed a small memory leak. In the
...
else-clause of the subname test, the parentname object was never DECREF'd.
1999-01-27 17:54:20 +00:00
..
atof.c
…
bltinmodule.c
…
ceval.c
…
compile.c
…
dup2.c
…
errors.c
…
fmod.c
…
frozen.c
…
frozenmain.c
…
getargs.c
Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.
1999-01-25 21:48:56 +00:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getmtime.c
…
getopt.c
…
getplatform.c
…
getversion.c
Patches by William Lewis for Nextstep descendants.
1999-01-27 17:53:11 +00:00
graminit.c
…
hypot.c
…
import.c
PyImport_ReloadModule(): Nailed a small memory leak. In the
1999-01-27 17:54:20 +00:00
importdl.c
Patches by William Lewis for Nextstep descendants.
1999-01-27 17:53:11 +00:00
importdl.h
…
Makefile.in
…
marshal.c
…
memmove.c
…
modsupport.c
Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.
1999-01-25 21:48:56 +00:00
mystrtoul.c
…
pyfpe.c
…
pystate.c
…
pythonmain.c
…
pythonrun.c
err_input(): Nailed a small memory leak. If the error is E_INTR, the
1999-01-27 16:39:40 +00:00
sigcheck.c
…
strdup.c
Patches by William Lewis for Nextstep descendants.
1999-01-27 17:53:11 +00:00
strerror.c
…
strtod.c
…
structmember.c
…
sysmodule.c
_PySys_Init(): Nailed small memory leak. The stringobject created for
1999-01-27 16:33:19 +00:00
thread_beos.h
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
…
thread_os2.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread.c
…
traceback.c
…