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 pitrou
Recipients jnoller, pitrou, sbt, steve.dower, tim.golden, zach.ware
Date 2014-12-16.17:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418750691.77.0.23489511623.issue23060@psf.upfronthosting.co.za>
In-reply-to
Content
Or perhaps:

    buffer = mmap.mmap(-1, self.size, tagname=self.name)
    assert _winapi.GetLastError() == _winapi.ERROR_ALREADY_EXISTS
    self.buffer = buffer

?
History
Date User Action Args
2014-12-16 17:24:51pitrousetrecipients: + pitrou, tim.golden, jnoller, sbt, zach.ware, steve.dower
2014-12-16 17:24:51pitrousetmessageid: <1418750691.77.0.23489511623.issue23060@psf.upfronthosting.co.za>
2014-12-16 17:24:51pitroulinkissue23060 messages
2014-12-16 17:24:51pitroucreate