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 lorenz
Recipients SilentGhost, eric.araujo, georg.brandl, josiahcarlson, lorenz, neologix, pitrou, schmir
Date 2013-08-02.09:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375437406.22.0.387314184319.issue10897@psf.upfronthosting.co.za>
In-reply-to
Content
> If that's a problem, then the user can raise the RLIMIT_NOFILE.

This can only be raised (above the hard limit) by a privileged process,
so I would be out of luck there, as I could not convince my sysadmins
to raise this further.

Anyway, I don't really care anymore, I use my own, patched mmap module
since I filed this bug. I don't quite understand why this module made
an attempt to convert a simple mmap() to something more complex, with
hidden state and resize() methods and whatnot :) - but it has been done,
and I understand that you have to maintain backwards compatibility.

Still, it would be nice if there was some way to get the result of a
plain and simple mmap() as a buffer.

Meanwhile, I will just use my own module, so feel free to close this if
you feel like it :)
History
Date User Action Args
2013-08-02 09:56:46lorenzsetrecipients: + lorenz, georg.brandl, josiahcarlson, pitrou, schmir, eric.araujo, SilentGhost, neologix
2013-08-02 09:56:46lorenzsetmessageid: <1375437406.22.0.387314184319.issue10897@psf.upfronthosting.co.za>
2013-08-02 09:56:46lorenzlinkissue10897 messages
2013-08-02 09:56:45lorenzcreate