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 neologix
Recipients SilentGhost, eric.araujo, georg.brandl, josiahcarlson, lorenz, neologix, pitrou, schmir
Date 2013-08-02.09:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375434869.07.0.399202279328.issue10897@psf.upfronthosting.co.za>
In-reply-to
Content
I changed my mind, and think we should keep the current behavior: it guarantees resize() won't break, and doesn't cost much. One extra FD per mmap is not a huge hit. If that's a problem, then the user can raise the RLIMIT_NOFILE.
History
Date User Action Args
2013-08-02 09:14:29neologixsetrecipients: + neologix, georg.brandl, josiahcarlson, pitrou, schmir, eric.araujo, SilentGhost, lorenz
2013-08-02 09:14:29neologixsetmessageid: <1375434869.07.0.399202279328.issue10897@psf.upfronthosting.co.za>
2013-08-02 09:14:29neologixlinkissue10897 messages
2013-08-02 09:14:28neologixcreate