]> granicus.if.org Git - python/commit
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
authorGeorg Brandl <georg@python.org>
Mon, 29 May 2006 09:46:51 +0000 (09:46 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 29 May 2006 09:46:51 +0000 (09:46 +0000)
commitc7c51147c73984137410ec03026b77e4a76ab61e
tree4c8203e93ac28b622e4329451077c7128dd10be0
parent964f5978dc86bd4b28a750bd93caefe18c292f4a
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
Fix refleak in exceptions.
Modules/socketmodule.c
Objects/exceptions.c