[pypy-dev] problem with twisted in current pypy master

Max Lavrenov max.lavrenov at gmail.com
Fri Nov 23 15:07:44 CET 2012


Hello Amaury

[e-max at e-max pypy]$ hg id
ded8ea86de4b
[e-max at e-max pypy]$ hg log -v -r ded8ea86de4b
набор изменений:  59040:ded8ea86de4b
пользователь:     Armin Rigo <arigo at tunes.org>
дата:             Thu Nov 22 23:37:52 2012 +0100
файлы:            pypy/config/translationoption.py
описание:
Kill these options.  They are not used anywhere else in the code :-(


On Fri, Nov 23, 2012 at 4:32 PM, Amaury Forgeot d'Arc <amauryfa at gmail.com>wrote:

> 2012/11/23 Armin Rigo <arigo at tunes.org>
>
>> Hi Max,
>>
>> On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov <max.lavrenov at gmail.com>
>> wrote:
>> > marshal.dump(codeobject, fc)
>> > UnicodeEncodeError: 'utf-8' codec can't encode character u'\udf42' in
>> position 0: surrogates not allowed
>>
>> Works for me.  Could you please:
>>
>> * open a bug on https://bugs.pypy.org/, reporting the platform too
>> (Linux? OS/X?)
>>
>> * try to debug it with pdb, in case we cannot reproduce it: what
>> arguments are passed to marshal.dump()?
>>
>
>
> Also, which version of pypy are you using? (From a hg repo, you can do "hg
> id")
> A similar bug was fixed one month ago: https://bugs.pypy.org/issue1285 (with
> the exact same character!)
>
> --
> Amaury Forgeot d'Arc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20121123/059a89e0/attachment.html>


More information about the pypy-dev mailing list