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 serhiy.storchaka
Recipients ezio.melotti, josh.r, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-16.13:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479303818.26.0.937440243798.issue21449@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset faf04a995031 by Serhiy Storchaka in branch '3.5':
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
https://hg.python.org/cpython/rev/faf04a995031

New changeset ff3dacc98b3a by Serhiy Storchaka in branch '3.6':
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
https://hg.python.org/cpython/rev/ff3dacc98b3a

New changeset 765013f71bc4 by Serhiy Storchaka in branch 'default':
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
https://hg.python.org/cpython/rev/765013f71bc4
History
Date User Action Args
2016-11-16 13:43:38serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, josh.r, xiang.zhang
2016-11-16 13:43:38serhiy.storchakasetmessageid: <1479303818.26.0.937440243798.issue21449@psf.upfronthosting.co.za>
2016-11-16 13:43:38serhiy.storchakalinkissue21449 messages
2016-11-16 13:43:38serhiy.storchakacreate