Message12284

Author jeff.allen
Recipients jeff.allen, stefan.richthofer
Date 2019-01-06.09:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546767483.41.0.0190070445862.issue2663@roundup.psfhosted.org>
In-reply-to
Content
Now in at https://hg.python.org/jython/rev/79cd4168b63d .

Outside the base64 bit, changes are white space. Except I have tweaked the decrementing of thresh to go by 1000s, because 120 attempts seems a lot to me. My instinct would be for thresh = thresh * 2 / 3 or something like that, but the tests we have don't seem to exercise this code so I've no ready tool for choosing (and it's not a priority).
History
Date User Action Args
2019-01-06 09:38:03jeff.allensetmessageid: <1546767483.41.0.0190070445862.issue2663@roundup.psfhosted.org>
2019-01-06 09:38:03jeff.allensetrecipients: + jeff.allen, stefan.richthofer
2019-01-06 09:38:03jeff.allenlinkissue2663 messages
2019-01-06 09:38:03jeff.allencreate