[issue3418] heavy resource usage with string functions

Martin v. Löwis report at bugs.python.org
Sat Jul 19 17:31:52 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

As for the possibility of rejecting the request: Python should
absolutely not do so. If the user/applications wants to compute the
result, and the system has enough virtual memory, then Python should
provide the result.

If you want to limit how much memory Python can consume, use the
operating system's resource management functions (such as ulimit).

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3418>
_______________________________________


More information about the Python-bugs-list mailing list