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 Vladimir.Ushakov
Recipients Vladimir.Ushakov, christian.heimes, jcea, neologix, pitrou, vstinner
Date 2012-10-14.09:20:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350206420.79.0.0141447829207.issue16212@psf.upfronthosting.co.za>
In-reply-to
Content
> ...it's just impossible to guarantee that Python internal structures are still consistent.

In generic case, I completely agree. Here the things are much simpler (unless I missed something). We know perfectly well the code we need to protect (mmap accessors). We can make the protected sections small enough to ensure that no internal state gets corrupted. I just feel, I can do it simply and safely.
History
Date User Action Args
2012-10-14 09:20:20Vladimir.Ushakovsetrecipients: + Vladimir.Ushakov, jcea, pitrou, vstinner, christian.heimes, neologix
2012-10-14 09:20:20Vladimir.Ushakovsetmessageid: <1350206420.79.0.0141447829207.issue16212@psf.upfronthosting.co.za>
2012-10-14 09:20:20Vladimir.Ushakovlinkissue16212 messages
2012-10-14 09:20:20Vladimir.Ushakovcreate