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 lzhao, vstinner
Date 2019-04-18.09:24:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
What is the current behavior of m = mmap.mmap(-1, 100)? Does it raise an exception?
History
Date User Action Args
2019-04-18 09:24:13vstinnersetrecipients: + vstinner, lzhao
2019-04-18 09:24:13vstinnersetmessageid: <[email protected]>
2019-04-18 09:24:13vstinnerlinkissue36648 messages
2019-04-18 09:24:12vstinnercreate