New submission from Philip Jenvey <[email protected]>: Most of list/set/dict etc strategies were disabled on py3k as they became pretty broken w/ the big bytes/unicode switch. We also lacked an rpython unicode type strategy at the time, but we have that now
These need to be re-enabled before the final release, obviously for the sake of performance Many of the strategy tests were disabled in 2db1e0a806e2, but there are also some others. I believe they are all py3k_skip's ---------- assignedto: pjenvey messages: 5654 nosy: pypy-issue priority: performance bug status: unread title: Re-enable strategies on py3k ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1471> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
