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