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 christian.heimes, dino.viehland, eric.snow, rhettinger, serhiy.storchaka, twouters, vstinner
Date 2020-03-10.14:15:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583849735.27.0.971408250736.issue38075@roundup.psfhosted.org>
In-reply-to
Content
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:35vstinnersetrecipients: + vstinner, twouters, rhettinger, christian.heimes, dino.viehland, eric.snow, serhiy.storchaka
2020-03-10 14:15:35vstinnersetmessageid: <1583849735.27.0.971408250736.issue38075@roundup.psfhosted.org>
2020-03-10 14:15:35vstinnerlinkissue38075 messages
2020-03-10 14:15:35vstinnercreate