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 july
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, daniel.urban, georg.brandl, july, ncoghlan
Date 2011-03-09.09:22:36
SpamBayes Score 0.024422893
Marked as misclassified No
Message-id <AANLkTikigVQg8pja_9Mian=Wz0LRXH7iWnK8DJqCS6uY@mail.gmail.com>
In-reply-to <1299656097.84.0.947968367006.issue11441@psf.upfronthosting.co.za>
Content
There is an XXX just before the definition of ast_error. Wouldn't it be
useful?

The idea is to merge ast_error() and ast_error_finish().
This requires redefinition of most functions in ast.c, adding "const char
*filename" to their parameters.
Files
File name Uploaded
unnamed july, 2011-03-09.09:22:36
History
Date User Action Args
2011-03-09 09:22:38julysetrecipients: + july, brett.cannon, georg.brandl, amaury.forgeotdarc, ncoghlan, benjamin.peterson, daniel.urban
2011-03-09 09:22:37julylinkissue11441 messages
2011-03-09 09:22:37julycreate