Author: Carl Friedrich Bolz <[email protected]>
Branch: virtual-arguments
Changeset: r54399:ae0810d34f7d
Date: 2012-04-14 11:52 +0200
http://bitbucket.org/pypy/pypy/changeset/ae0810d34f7d/
Log: improve comment (which was rather outdated
diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py
--- a/pypy/interpreter/argument.py
+++ b/pypy/interpreter/argument.py
@@ -234,10 +234,8 @@
"""Parse args and kwargs according to the signature of a code object,
or raise an ArgErr in case of failure.
"""
- #
+ # w_firstarg = a first argument to be inserted (e.g. self) or None
# args_w = list of the normal actual parameters, wrapped
- # kwds_w = real dictionary {'keyword': wrapped parameter}
- # argnames = list of formal parameter names
# scope_w = resulting list of wrapped values
#
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit