commit | b59290f5b2e7f023364ffe01164f4495461e8472 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Fri Aug 25 05:41:11 2000 +0000 |
committer | Thomas Wouters <thomas@python.org> | Fri Aug 25 05:41:11 2000 +0000 |
tree | 7199bc2afba57bd3826c8aced5de327cd31c63a8 | |
parent | dfca4dc503b884ddd544a670d1b23b56bb315cfd [diff] |
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 ;)