This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients barry, ned.deily, serhiy.storchaka, vstinner, xdegaye
Date 2017-12-02.18:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512239941.03.0.213398074469.issue32107@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, but I can't understand how 23df2d1304ece169d7e0dfc843dfb8026b413d9f could break getnode() on Android and how your changes can fix this. The only effect of this change is that an error in _random_getnode() no longer silenced. But this is not the case, because if _random_getnode() raises an exception you can't get two different results (you can't get even the single result) for comparison.
History
Date User Action Args
2017-12-02 18:39:01serhiy.storchakasetrecipients: + serhiy.storchaka, barry, vstinner, ned.deily, xdegaye
2017-12-02 18:39:01serhiy.storchakasetmessageid: <1512239941.03.0.213398074469.issue32107@psf.upfronthosting.co.za>
2017-12-02 18:39:01serhiy.storchakalinkissue32107 messages
2017-12-02 18:39:00serhiy.storchakacreate