I've created issue https://bugs.pypy.org/issue1335
On Fri, Nov 23, 2012 at 4:04 PM, Armin Rigo wrote:
> Hi Max,
>
> On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov
> wrote:
> > marshal.dump(codeobject, fc)
> > UnicodeEncodeError: 'utf-8' codec can't encode character u'\udf42' in
> position 0:
Hello Amaury
[e-max@e-max pypy]$ hg id
ded8ea86de4b
[e-max@e-max pypy]$ hg log -v -r ded8ea86de4b
набор изменений: 59040:ded8ea86de4b
пользователь: Armin Rigo
дата: Thu Nov 22 23:37:52 2012 +0100
файлы:pypy/config/translationoption.py
описание:
Kill these options. Th
2012/11/23 Armin Rigo
> Hi Max,
>
> On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov
> 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 htt
Hi Max,
On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov 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 platf
Hello everyone
I had got this error while installed twisted.
I just built pypy from master, made virtual enviroment and pip install
twisted.
Traceback (most recent call last):
File "app_main.py", line 51, in run_toplevel
File "app_main.py", line 547, in run_it
File "", line 1, in
F