Message11523
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. |
|
Date |
User |
Action |
Args |
2017-08-04 07:43:23 | jeff.allen | set | messageid: <1501832603.11.0.335710151628.issue2609@psf.upfronthosting.co.za> |
2017-08-04 07:43:23 | jeff.allen | set | recipients:
+ jeff.allen, zyasoft, Ivan |
2017-08-04 07:43:22 | jeff.allen | link | issue2609 messages |
2017-08-04 07:43:22 | jeff.allen | create | |
|