Message11263
Thanks for fixing this, also from me!
However I am a little concerned that the try/catch slows down comparison (at least in theory) and thus sorting. I didn't look it up (yet), but I guess that throwing/raising an exception during comparison is actually undefined behavior in CPython and Java. So maybe it would have been better to adjust the test (at least keep this in mind if the Java-issue gets fixed).
(On the other hand I agree this might not be significant compared to other performance issues in Jython.) |
|
Date |
User |
Action |
Args |
2017-03-22 12:52:23 | stefan.richthofer | set | messageid: <1490187143.75.0.842469751198.issue2399@psf.upfronthosting.co.za> |
2017-03-22 12:52:23 | stefan.richthofer | set | recipients:
+ stefan.richthofer, zyasoft, jeff.allen, jamesmudd |
2017-03-22 12:52:23 | stefan.richthofer | link | issue2399 messages |
2017-03-22 12:52:23 | stefan.richthofer | create | |
|