Message 113796 - Python tracker (original) (raw)
Message113796
Author | pitrou |
---|---|
Recipients | Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, pitrou, vstinner |
Date | 2010-08-13.16:58:14 |
SpamBayes Score | 4.656474e-05 |
Marked as misclassified | No |
Message-id | 1281718696.63.0.189177234199.issue9425@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
About wchar2char: - PEP 383 says “With this PEP, non-decodable bytes >= 128 will be represented as lone surrogate codes U+DC80..U+DCFF. Bytes below 128 will produce exceptions”. Your patch accepts bytes below 128. - I don't understand why you decrement `size` in the second pass. Perhaps you want to add `assert size == 0` at the end? |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-08-13 16:58:16 | pitrou | set | recipients: + pitrou, amaury.forgeotdarc, vstinner, ezio.melotti, eric.araujo, Arfrever |
2010-08-13 16:58:16 | pitrou | set | messageid: 1281718696.63.0.189177234199.issue9425@psf.upfronthosting.co.za |
2010-08-13 16:58:14 | pitrou | link | issue9425 messages |
2010-08-13 16:58:14 | pitrou | create |