]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* ceval.c: ifdef out the last argument passing compat hack.
authorGuido van Rossum <guido@python.org>
Fri, 5 Feb 1993 09:46:15 +0000 (09:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Feb 1993 09:46:15 +0000 (09:46 +0000)
commit6f5afc9a73d7388bf96df69323589f2f82c110ba
treef642f4a5f0d1a136b4480575460662deb89d7502
parent995c33a2bbb540729e3330ed8f11365e578ab5a0
* ceval.c: ifdef out the last argument passing compat hack.
* 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
Modules/selectmodule.c
Modules/socketmodule.c
Modules/svmodule.c
Python/ceval.c