[Python-Dev] PEP 286: Please comment (original) (raw)

Martin v. Loewis martin@v.loewis.de
Tue, 12 Mar 2002 22:09:06 +0100


I put PEP 286, "Enhanced Argument Tuples", on

http://python.sourceforge.net/peps/pep-0286.html

The main rationale is that PyArg_ParseTuple should be able to attach additional objects to the argument tuple, so that the application would not need to deal with the memory allocated in the process of argument parsing.

Any input appreciated,

Martin