Message105809
| Author |
vstinner |
| Recipients |
Arfrever, benjamin.peterson, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner |
| Date |
2010年05月15日.13:17:09 |
| SpamBayes Score |
0.013111954 |
| Marked as misclassified |
No |
| Message-id |
<1273929436.08.0.27888195192.issue8715@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> bootstrap failure on Windows: import did use default error handler,
> it uses surrogateescape error handler, but PyUnicode_EncodeString()
> doesn't have codec "fast-path" for MBCS+surrogateescape.
I enabled "shortcuts" in PyUnicode_EncodeString() for any error handler (not only the default error handler, strict) in r81192. |
|