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 Oren Milman, rhettinger, serhiy.storchaka, veky
Date 2017-09-28.09:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506590276.82.0.466225441844.issue31478@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset befc956acf8ddeb94f000ed081ddec51315429e5 by Serhiy Storchaka in branch '3.6':
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (GH-3596) (#3794)
https://github.com/python/cpython/commit/befc956acf8ddeb94f000ed081ddec51315429e5
History
Date User Action Args
2017-09-28 09:17:56serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, veky, Oren Milman
2017-09-28 09:17:56serhiy.storchakasetmessageid: <1506590276.82.0.466225441844.issue31478@psf.upfronthosting.co.za>
2017-09-28 09:17:56serhiy.storchakalinkissue31478 messages
2017-09-28 09:17:56serhiy.storchakacreate