Louie Lu added the comment:

Briefly speaking, I think this is not a *easy* issue. There is two things need 
to concern in this issue. 

First, it that the test case is *randomize*, lineno 282 randomly choice 10 file 
to test. So you will need to stabilize this first.

Second, the minimize range is inside `self.check_roundtrip`'s `compile`, the 
main reason that this issue can not be *easy issue* is at here, test_unparse 
read the test file and put it into compile, so generally, you can't find the 
bug inside the compile function, is the result after compile it. So the main 
ref leak is in other test files, not this one.

----------

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

Reply via email to