SIGN IN SIGN UP

#ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This

#caused warnings with the VMS C compiler.  (SF bug #442998, in part.)
On a narrow system the current code should never be executed since ch
will always be < 0x10000.

Marc-Andre: you may end up fixing this a different way, since I
believe you have plans to generate \U for surrogate pairs.  I'll leave
that to you.
G
Guido van Rossum committed
0d42e0c54a3b95aec4d4d12d1cd758438d645089
Parent: 9079164