[pypy-issue] [issue1471] Re-enable strategies on py3k

Philip Jenvey tracker at bugs.pypy.org
Tue Apr 30 22:41:27 CEST 2013


New submission from Philip Jenvey <pjenvey at underboss.org>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1471>
________________________________________


More information about the pypy-issue mailing list