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 georg.brandl
Recipients Rhamphoryncus, georg.brandl, loewis
Date 2007-09-12.19:32:54
SpamBayes Score 0.005066501
Marked as misclassified No
Message-id <1189625574.36.0.496840305677.issue1098@psf.upfronthosting.co.za>
In-reply-to
Content
The function in question is in Python/ast.c. Martin, does the string
need to be null-terminated or does DecodeUnicodeEscape need to be fixed
(since it takes an explicit length argument)?
History
Date User Action Args
2007-09-12 19:32:54georg.brandlsetspambayes_score: 0.0050665 -> 0.005066501
recipients: + georg.brandl, loewis, Rhamphoryncus
2007-09-12 19:32:54georg.brandlsetspambayes_score: 0.0050665 -> 0.0050665
messageid: <1189625574.36.0.496840305677.issue1098@psf.upfronthosting.co.za>
2007-09-12 19:32:54georg.brandllinkissue1098 messages
2007-09-12 19:32:54georg.brandlcreate