Message11523

Author jeff.allen
Recipients Ivan, jeff.allen, zyasoft
Date 2017-08-04.07:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501832603.11.0.335710151628.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that backing out https://hg.python.org/jython/rev/cffe5b824a21 and https://hg.python.org/jython/rev/f3458ef83e08 makes my test run indefinitely (meaning 40 min). To be specific, the test is parse4a.py as attached, and it runs in a shell loop:

do { dist\bin\jython parse4a.py } until ($LASTEXITCODE -ne 0)

The same thing *without* the 2 changesets backed out drops into the debugger within a few minutes.

This leaves us with #2487 still to fix, and without reproducing this one. More there later.
History
Date User Action Args
2017-08-04 07:43:23jeff.allensetmessageid: <1501832603.11.0.335710151628.issue2609@psf.upfronthosting.co.za>
2017-08-04 07:43:23jeff.allensetrecipients: + jeff.allen, zyasoft, Ivan
2017-08-04 07:43:22jeff.allenlinkissue2609 messages
2017-08-04 07:43:22jeff.allencreate