[Python-checkins] r50560 - python/branches/bcannon-sandboxing/sandboxing_design_doc.txt
brett.cannon
python-checkins at python.org
Tue Jul 11 02:48:29 CEST 2006
Author: brett.cannon
Date: Tue Jul 11 02:48:28 2006
New Revision: 50560
Modified:
python/branches/bcannon-sandboxing/sandboxing_design_doc.txt
Log:
Remove error return argument from PySandbox_AllowedMemoryFree().
Modified: python/branches/bcannon-sandboxing/sandboxing_design_doc.txt
==============================================================================
--- python/branches/bcannon-sandboxing/sandboxing_design_doc.txt (original)
+++ python/branches/bcannon-sandboxing/sandboxing_design_doc.txt Tue Jul 11 02:48:28 2006
@@ -527,7 +527,7 @@
and cause the calling function to return with the value of
'error_return', otherwise do nothing.
-* void PySandbox_AllowedMemoryFree(integer, error_return)
+* void PySandbox_AllowedMemoryFree(integer)
Decrease the current running interpreter's allocated
memory. If this puts the memory used to below 0, re-set it to 0.
More information about the Python-checkins
mailing list