mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01:00
6f5afc9a73
* Fixed memory leaks in socket, select and sv modules: mkvalue("O", v) does INCREF(v) so if v is brand new it should be XDECREF'd |
||
---|---|---|
.. | ||
bltinmodule.c | ||
ceval.c | ||
cgensupport.c | ||
compile.c | ||
errors.c | ||
fmod.c | ||
getcwd.c | ||
graminit.c | ||
import.c | ||
marshal.c | ||
modsupport.c | ||
pythonmain.c | ||
pythonrun.c | ||
strerror.c | ||
strtod.c | ||
structmember.c | ||
sysmodule.c | ||
thread.c | ||
traceback.c |