Message11589

Author zyasoft
Recipients jsaiz, zyasoft
Date 2017-09-11.03:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505101059.33.0.91351438575.issue2505@psf.upfronthosting.co.za>
In-reply-to
Content
Just revisited this, and it looks like this problem has been fixed in 2.7.1. In particular, with the test case provided, we now get the desired output:

<unittest.suite.TestSuite tests=[<unittest.suite.TestSuite tests=[<module.sometest.SomeTest testMethod=testOne>, <module.sometest.SomeTest testMethod=testTwo>]>]>
<unittest.suite.TestSuite tests=[<unittest.suite.TestSuite tests=[<module.sometest.SomeTest testMethod=testOne>, <module.sometest.SomeTest testMethod=testTwo>]>]>

I believe this problem was fixed with https://hg.python.org/jython/rev/dcff83c1c4ac, which directly addresses overly eager collection of PySystemState, because of the use of weakrefs.
History
Date User Action Args
2017-09-11 03:37:39zyasoftsetmessageid: <1505101059.33.0.91351438575.issue2505@psf.upfronthosting.co.za>
2017-09-11 03:37:39zyasoftsetrecipients: + zyasoft, jsaiz
2017-09-11 03:37:39zyasoftlinkissue2505 messages
2017-09-11 03:37:38zyasoftcreate