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 vstinner
Date 2016-06-09.07:42:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465458165.91.0.316132030988.issue27278@psf.upfronthosting.co.za>
In-reply-to
Content
syscall() result type is long.

Moreover, long type might can smaller than the size type, so we may need to add:

n = Py_MIN(size, LONG_MAX);
History
Date User Action Args
2016-06-09 07:42:45vstinnersetrecipients: + vstinner
2016-06-09 07:42:45vstinnersetmessageid: <1465458165.91.0.316132030988.issue27278@psf.upfronthosting.co.za>
2016-06-09 07:42:45vstinnerlinkissue27278 messages
2016-06-09 07:42:45vstinnercreate