[pypy-commit] pypy py3k-qualname: Add __qualname__ attribute to Function

2014-07-27 Thread Ian Foote
Author: Ian Foote Branch: py3k-qualname Changeset: r72559:d3fcc7dfcdee Date: 2014-07-26 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/d3fcc7dfcdee/ Log:Add __qualname__ attribute to Function Cheat by re-using __name__ implementation without adding extra functionality

[pypy-commit] pypy py3k-qualname: Failed attempt to update _make_function to add qualname to bytecode

2014-07-27 Thread Ian Foote
Author: Ian Foote Branch: py3k-qualname Changeset: r72560:04e12b74c3cd Date: 2014-07-26 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/04e12b74c3cd/ Log:Failed attempt to update _make_function to add qualname to bytecode diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy

[pypy-commit] pypy py3.3: Fix error message for converting surrogate to int

2014-07-27 Thread Ian Foote
Author: Ian Foote Branch: py3.3 Changeset: r72568:13703de458c9 Date: 2014-07-27 14:01 +0200 http://bitbucket.org/pypy/pypy/changeset/13703de458c9/ Log:Fix error message for converting surrogate to int diff --git a/pypy/objspace/std/test/test_intobject.py b/pypy/objspace/std/test