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-10-01.06:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506840420.23.0.213398074469.issue31478@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that a backport is still desirable.

Your plan LGTM. Implement __abs__ raising an exception (test both int ant long subclasses). Make sure that no error is raised. Make sure that random() returns the same value as when seeding with an exact int and long.
History
Date User Action Args
2017-10-01 06:47:00serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, veky, Oren Milman
2017-10-01 06:47:00serhiy.storchakasetmessageid: <1506840420.23.0.213398074469.issue31478@psf.upfronthosting.co.za>
2017-10-01 06:47:00serhiy.storchakalinkissue31478 messages
2017-10-01 06:46:59serhiy.storchakacreate