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 rbcollins
Recipients ZackerySpytz, brett.cannon, eric.snow, josh.r, ncoghlan, nirs, pitrou, pmpp, rbcollins, serhiy.storchaka, twouters, vstinner, yselivanov
Date 2018-03-19.08:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521447955.72.0.467229070634.issue33021@psf.upfronthosting.co.za>
In-reply-to
Content
Re: backporting this. I think backporting to 3.6/3.7 makes a lot of sense - bugfix and prerelease respectively.

For 2.7, this bug has been around for ages, the patch is small, and I have no objection - but the RM has already said no, so I guess not happening :).

That said, if I was analyzing this from scratch I'd look at the pypi download stats to assess what footprint 2.7 still has, and whether taking this fix there would make objective sense.

While it is a genuine bug - and a nice catch - I have to say that running any Python with mmapped data off of NFS is a supremely bad idea :).
History
Date User Action Args
2018-03-19 08:25:55rbcollinssetrecipients: + rbcollins, twouters, brett.cannon, ncoghlan, nirs, pitrou, vstinner, pmpp, eric.snow, serhiy.storchaka, yselivanov, josh.r, ZackerySpytz
2018-03-19 08:25:55rbcollinssetmessageid: <1521447955.72.0.467229070634.issue33021@psf.upfronthosting.co.za>
2018-03-19 08:25:55rbcollinslinkissue33021 messages
2018-03-19 08:25:55rbcollinscreate