mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04: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