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 vstinner
Recipients hroncok, loganjerry, mark.dickinson, rhettinger, vstinner
Date 2020-03-10.14:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583849758.97.0.648524791117.issue39918@roundup.psfhosted.org>
In-reply-to
Content
Fixed by:

New changeset 00d7cd8ab8db2c1e1f591ade828f88a1a973d70f by Victor Stinner in branch 'master':
bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
https://github.com/python/cpython/commit/00d7cd8ab8db2c1e1f591ade828f88a1a973d70f
History
Date User Action Args
2020-03-10 14:15:58vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, hroncok, loganjerry
2020-03-10 14:15:58vstinnersetmessageid: <1583849758.97.0.648524791117.issue39918@roundup.psfhosted.org>
2020-03-10 14:15:58vstinnerlinkissue39918 messages
2020-03-10 14:15:58vstinnercreate