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 thautwarm
Recipients cool-RR, eric.smith, pablogsal, thautwarm, xtreak
Date 2018-10-15.06:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539586761.45.0.788709270274.issue34953@psf.upfronthosting.co.za>
In-reply-to
Content
How about this:

```
# opened
<mmap.mmap is_closed=False fileno=-1 access=ACCESS_READ length=514 offset=0 entire_contents=b"This is my"...b"file">

# closed
<mmap.mmap is_closed=True fileno=-1 access=ACCESS_READ>

```
History
Date User Action Args
2018-10-15 06:59:21thautwarmsetrecipients: + thautwarm, eric.smith, cool-RR, pablogsal, xtreak
2018-10-15 06:59:21thautwarmsetmessageid: <1539586761.45.0.788709270274.issue34953@psf.upfronthosting.co.za>
2018-10-15 06:59:21thautwarmlinkissue34953 messages
2018-10-15 06:59:21thautwarmcreate