mirror of
https://github.com/python/cpython.git
synced 2025-11-09 10:01:42 +00:00
* 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 | ||