diff options
| author | Eric Smith <eric@trueblade.com> | 2009-11-30 01:01:42 (GMT) | 
|---|---|---|
| committer | Eric Smith <eric@trueblade.com> | 2009-11-30 01:01:42 (GMT) | 
| commit | 0f78bff646c60cb3f39f3e908f5c7f10ad63f1f2 (patch) | |
| tree | 90200f967879d7a2e466b0a2b7ab9b4336cbbdce /Objects/stringlib/unicodedefs.h | |
| parent | 7d0bddde5caca7abf41aa3d8763bc99ad8aa8798 (diff) | |
| download | cpython-0f78bff646c60cb3f39f3e908f5c7f10ad63f1f2.zip cpython-0f78bff646c60cb3f39f3e908f5c7f10ad63f1f2.tar.gz cpython-0f78bff646c60cb3f39f3e908f5c7f10ad63f1f2.tar.bz2  | |
Issue #5748: bytesobject.c should not have its own private defines for stringlib macros. Also removed unused defines and include for localutil.h.
Diffstat (limited to 'Objects/stringlib/unicodedefs.h')
| -rw-r--r-- | Objects/stringlib/unicodedefs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/stringlib/unicodedefs.h b/Objects/stringlib/unicodedefs.h index 366acfe..c23c392 100644 --- a/Objects/stringlib/unicodedefs.h +++ b/Objects/stringlib/unicodedefs.h @@ -21,6 +21,7 @@  #define STRINGLIB_NEW            PyUnicode_FromUnicode  #define STRINGLIB_RESIZE         PyUnicode_Resize  #define STRINGLIB_CHECK          PyUnicode_Check +#define STRINGLIB_CHECK_EXACT    PyUnicode_CheckExact  #define STRINGLIB_GROUPING       _PyUnicode_InsertThousandsGrouping  #define STRINGLIB_GROUPING_LOCALE _PyUnicode_InsertThousandsGroupingLocale  | 
