New submission from Philip Jenvey <[email protected]>: The py3k branch has certain list strategies disabled, which is a performance regression.
I recall the dict's String strategy mysteriously breaking translation due to the py3 usages of space.setitem_str. The branch may benefit from a space.setitem_unicode ---------- assignedto: pjenvey messages: 5937 nosy: pypy-issue priority: performance bug status: unread title: py3k: Re-enable strategies ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1540> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
