This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients amaury.forgeotdarc, benjamin.peterson, ncoghlan, python-dev
Date 2011-05-28.11:15:48
SpamBayes Score 0.00531759
Marked as misclassified No
Message-id <1306581348.9.0.712762235434.issue12106@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-05-28 11:15:48ncoghlansetrecipients: + ncoghlan, amaury.forgeotdarc, benjamin.peterson, python-dev
2011-05-28 11:15:48ncoghlansetmessageid: <1306581348.9.0.712762235434.issue12106@psf.upfronthosting.co.za>
2011-05-28 11:15:48ncoghlanlinkissue12106 messages
2011-05-28 11:15:48ncoghlancreate