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 benjamin.peterson
Recipients belopolsky, benjamin.peterson, brett.cannon, rhettinger
Date 2008-04-29.21:48:53
SpamBayes Score 0.3300754
Marked as misclassified No
Message-id <1209505735.57.0.398495919241.issue2349@psf.upfronthosting.co.za>
In-reply-to
Content
As I looked over the code again, I realized that it doesn't help to just
do a normal warning while compiling because the line number isn't
supplied. You have to use PyWarn_Explicit for that (see the warning
about backquotes). Since the filename (in the compiling struct) isn't
passed around to all ast helpers, you can't warn in every function.
Therefore, I have #2720.
History
Date User Action Args
2008-04-29 21:48:56benjamin.petersonsetspambayes_score: 0.330075 -> 0.3300754
recipients: + benjamin.peterson, brett.cannon, rhettinger, belopolsky
2008-04-29 21:48:55benjamin.petersonsetspambayes_score: 0.330075 -> 0.330075
messageid: <1209505735.57.0.398495919241.issue2349@psf.upfronthosting.co.za>
2008-04-29 21:48:54benjamin.petersonlinkissue2349 messages
2008-04-29 21:48:53benjamin.petersoncreate