Changeset 10 for python/trunk/Objects
- Timestamp:
- Sep 3, 2010, 5:33:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Objects/exceptions.c
r2 r10 1147 1147 return "???"; 1148 1148 while (*cp != '\0') { 1149 if ( *cp == SEP)1149 if (IS_SEP(*cp)) 1150 1150 result = cp + 1; 1151 1151 ++cp;
Note:
See TracChangeset
for help on using the changeset viewer.