[pypy-issue] [issue1156] Factory method behavior different from CPython

Mark Roberts tracker at bugs.pypy.org
Wed May 30 08:37:41 CEST 2012


New submission from Mark Roberts <wizzat at gmail.com>:

Originates from Stack Overflow question

$ python3.2 te.py
<__main__.Test object at 0xb6fa740c>
<__main__.Test object at 0xb6fa748c>
<__main__.Test object at 0xb6fa748c>

$ python2.7 te.py
<__main__.Test instance at 0xb72be28c>
<__main__.Test instance at 0xb72be40c>
<__main__.Test instance at 0xb72be40c>

$ pypy te.py
<__main__.Test instance at 0xb6dd71dc>
<__main__.Test instance at 0xb6dd71f0>
<__main__.Test instance at 0xb6dd7204>

----------
messages: 4345
nosy: pypy-issue, wizzat
priority: bug
status: unread
title: Factory method behavior different from CPython

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


More information about the pypy-issue mailing list