[pypy-issue] [issue1059] dict proxy issues

Alex Gaynor tracker at bugs.pypy.org
Thu Feb 16 18:35:20 CET 2012


New submission from Alex Gaynor <alex.gaynor at gmail.com>:

>>>> int.__dict__.clear()
RPython traceback:
  File "implement_12.c", line 5793, in dict_mth_mm_clear_perform_call
  File "implement_14.c", line 21733, in dispatcher_278
  File "objspace_std_typeobject.c", line 3387, in W_TypeObject_mutated
Fatal RPython error: AssertionError
Aborted




>>>> int.__dict__.popitem()
Segmentation fault




>>>> class A(object): pass
>>>> 
>>>> A.__dict__["a"] = 3

----------
messages: 3965
nosy: agaynor, pypy-issue
priority: bug
status: unread
title: dict proxy issues

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1059>
________________________________________


More information about the pypy-issue mailing list