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 martin.panter
Recipients martin.panter, vstinner
Date 2016-06-09.08:19:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465460394.15.0.749805521746.issue27278@psf.upfronthosting.co.za>
In-reply-to
Content
Make that INT_MAX. Or change n from an int to a Py_ssize_t. Both Linux and Solaris versions or getrandom() are documented as accepting size_t buflen.
History
Date User Action Args
2016-06-09 08:19:54martin.pantersetrecipients: + martin.panter, vstinner
2016-06-09 08:19:54martin.pantersetmessageid: <1465460394.15.0.749805521746.issue27278@psf.upfronthosting.co.za>
2016-06-09 08:19:54martin.panterlinkissue27278 messages
2016-06-09 08:19:54martin.pantercreate