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 xtreak
Recipients pablogsal, rhettinger, vstinner, xtreak
Date 2019-09-11.16:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568218008.0.0.38131396656.issue38120@roundup.psfhosted.org>
In-reply-to
Content
Since d0cdeaab76fef8a6e5a04665df226b6659111e4e (bpo-32554) using random.seed raises DeprecationWarning for some types. This is not handled in test_random causing DeprecationWarnings. I will raise a PR for this.

commit d0cdeaab76fef8a6e5a04665df226b6659111e4e
Author: Raymond Hettinger <rhettinger@users.noreply.github.com>
Date:   Thu Aug 22 09:19:36 2019 -0700

    bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
History
Date User Action Args
2019-09-11 16:06:48xtreaksetrecipients: + xtreak, rhettinger, vstinner, pablogsal
2019-09-11 16:06:47xtreaksetmessageid: <1568218008.0.0.38131396656.issue38120@roundup.psfhosted.org>
2019-09-11 16:06:47xtreaklinkissue38120 messages
2019-09-11 16:06:47xtreakcreate