Nick Coghlan <ncogh...@gmail.com> added the comment:

The AST version changed, and, more importantly, if other implementations pick 
up our AST changes without updating their compilers accordingly, their symbol 
table analysis and code compilation processes will break.

So yes, the test suite does already cover this change.

For the record:
3.2: ast.__version__ == 82163
3.3: ast.__version__ == 0daa6ba25d9b

(The latter is only the 3.3 AST version for the moment - there are additional 
AST cleanups planned for 3.3 now that the other projects gave their blessing to 
do so on python-dev)

----------
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to