2012/11/23 Armin Rigo <[email protected]>

> Hi Max,
>
> On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov <[email protected]>
> 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
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to