Files
cpython/Objects
Marc-André Lemburg fb625847bf Fix to a bug found by Florian Weimer:
The UTF-8 decoder is still buggy (i.e. it doesn't pass Markus Kuhn's
stress test), mainly due to the following construct:

    #define UTF8_ERROR(details)  do {                       \
        if (utf8_decoding_error(&s, &p, errors, details))   \
            goto onError;                                   \
        continue;                                           \
    } while (0)

(The "continue" statement is supposed to exit from the outer loop,
but of course, it doesn't.  Indeed, this is a marvelous example of
the dangers of the C programming language and especially of the C
preprocessor.)
2000-07-16 13:29:13 +00:00
..
2000-05-02 18:34:30 +00:00
2000-07-09 04:06:11 +00:00
2000-07-09 04:14:42 +00:00
2000-07-09 04:36:04 +00:00
2000-07-09 05:40:56 +00:00
2000-07-09 06:03:25 +00:00
2000-07-08 04:17:21 +00:00
2000-07-09 06:03:25 +00:00
2000-07-09 06:03:25 +00:00
2000-07-09 06:21:27 +00:00
2000-07-09 06:21:27 +00:00
2000-07-09 07:04:36 +00:00
2000-07-09 06:21:27 +00:00
2000-07-09 07:04:36 +00:00