[Python-Dev] [Python-3000] Py3k code freeze imminent; 3.0a2 release Friday
Bill Janssen
janssen at parc.com
Thu Dec 6 18:48:45 CET 2007
> The test_ssl tests are only leaking with the -unetwork option. On my
> Ubuntu box they are leaking 1536 references per turn. For heaven's sake
> I can't remember how I found the leaking code lines the last time.
> Py_DUMP_REFS dumps too many information.
I found the leak the last time by narrowing down the tests, test by
test.
It was leaking sockets because they got dropped on the floor when a
connect failed. I'll look at this some more this weekend.
Bill
More information about the Python-Dev
mailing list