Victor Stinner ad14ccd047 Issue #19512: add _PyUnicode_CompareWithId() function
_PyUnicode_CompareWithId() is faster than PyUnicode_CompareWithASCIIString()
when both strings are equal and interned.

Add also _PyId_builtins identifier for "builtins" common string.
2013-11-07 00:46:04 +01:00
..
2013-07-22 22:08:17 -07:00
2013-07-27 02:41:03 +02:00
2013-10-31 01:20:58 -04:00
2013-03-20 00:39:41 -05:00
2012-10-05 01:04:27 +02:00
2013-10-06 18:48:30 +02:00
2013-09-26 22:21:41 -04:00