]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix allowable node-types for assignment, need to add 'listmaker'.
authorThomas Wouters <thomas@python.org>
Fri, 25 Aug 2000 05:41:11 +0000 (05:41 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 25 Aug 2000 05:41:11 +0000 (05:41 +0000)
commitb59290f5b2e7f023364ffe01164f4495461e8472
tree7199bc2afba57bd3826c8aced5de327cd31c63a8
parentdfca4dc503b884ddd544a670d1b23b56bb315cfd
Fix allowable node-types for assignment, need to add 'listmaker'.
(This fix is a bit broken, just as the test already was: the test for
testlist and listmaker are done always, whereas the test for exprlist and
the actual abort() are only done if Py_DEBUG is defined. Suggestions
welcome, I guess ;)
Python/compile.c