Message136777
| Author |
gz |
| Recipients |
arigo, gz, hyeshik.chang, lemburg, loewis, vstinner |
| Date |
2011年05月24日.18:13:35 |
| SpamBayes Score |
2.2768008e-05 |
| Marked as misclassified |
No |
| Message-id |
<1306260816.41.0.391320819132.issue12100@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Does Victor Stinner have a psychic link with Armin Rigo? :)
https://bitbucket.org/pypy/pypy/src/7f593e7877d4/pypy/module/_multibytecodec/app_multibytecodec.py
"""
# My theory is that they are not widely used on CPython either, because
# I found two bugs just by looking at their .c source: they always call
# encreset() after a piece of data, even though I think it's wrong ---
# it should be called only once at the end; and mbiencoder_reset() calls
# decreset() instead of encreset().
"""
The answer to Armin's theory is that they're bugs but not ones users are likely to notice? |
|