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 skrah
Recipients eric.smith, loewis, pitrou, r.david.murray, skrah, srid
Date 2010-06-24.11:04:12
SpamBayes Score 0.0025872488
Marked as misclassified No
Message-id <1277377454.03.0.564867861929.issue9020@psf.upfronthosting.co.za>
In-reply-to
Content
Committed fix in r82191. Thanks Sridhar for tracking this down.


New issues emerging from this one:

  1) Simplify Py_CHARMASK: issue 9036

  2) Use macros from pyctype.h: issue 9067



Additionally, I noticed that the macros is_potential_identifier* from
py3k/Parser/tokenizer.c assume a contiguous mapping for A-Z, a-z. Is
it ok in Python to assume this (in C it isn't)?
History
Date User Action Args
2010-06-24 11:04:14skrahsetrecipients: + skrah, loewis, pitrou, eric.smith, r.david.murray, srid
2010-06-24 11:04:14skrahsetmessageid: <1277377454.03.0.564867861929.issue9020@psf.upfronthosting.co.za>
2010-06-24 11:04:12skrahlinkissue9020 messages
2010-06-24 11:04:12skrahcreate