]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document how the pattern recognizer keeps all of its references in bounds.
authorRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2005 20:03:14 +0000 (20:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2005 20:03:14 +0000 (20:03 +0000)
commit07359a7fed6236537e45a7f381560193274956bd
tree297687ba49165aa0a7824b05e9806c7078432b28
parent467024ccfc219866ff0b90135493d7bda0f2a841
Document how the pattern recognizer keeps all of its references in bounds.
Add a test in case the underlying assumptions ever change (i.e. the
compiler starts generating code blocks that are not punctuated by
RETURN_VALUE).
Python/compile.c