
mark at hotpy
Apr 25, 2012, 1:12 AM
Post #1 of 1
(50 views)
Permalink
|
|
Re: [Python-checkins] Daily reference leaks (a2cf07135e4f): sum=6
|
|
solipsis [at] pitrou wrote: > results for a2cf07135e4f on branch "default" > -------------------------------------------- > > test_tempfile leaked [2, 2, 2] references, sum=6 > These leaks are due to 6e5855854a2e: “Implement PEP 412: Key-sharing dictionaries (closes #13903)”. They both occur in tests for tempfile.TemporaryDirectory, although I don't know what is special about that code. I'll investigate further when I have time. Cheers, Mark. _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|