Eric Snow added the comment:

I've updated the cordereddict branch on the feature repo to fix the ref leak on 
None.  I'm still seeing other leaks (regrtest -R 3:3), but I don't think that 
should block landing before the feature freeze.

However, I'm concerned about a segfault I'm seeing roughly 3% of the time when 
running the following:

  ./python -m unittest test.test_configparser.ConfigParserTestCase.test_basic

Presumably there is a dealloc bug there which manifests intermittently due to a 
GC race.  I'm going work on tracking it down but help is appreciated. :)

I'm also seeing consistent test failures in test_enum.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16991>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to