Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
707cd4f0 by Carl Friedrich Bolz-Tereick at 2021-10-27T10:17:08+02:00
dict merging only works on dicts

--HG--
branch : py3.9

- - - - -
08a19462 by Carl Friedrich Bolz-Tereick at 2021-10-27T12:16:25+02:00
add new files to conftest

--HG--
branch : py3.9

- - - - -
ca9f06f2 by Carl Friedrich Bolz-Tereick at 2021-10-27T12:33:25+02:00
workaround for the fix of bpo-41052 by commenting out the new code. it has no
chance of working on pypy but breaks all of pickling on pypy

--HG--
branch : py3.9

- - - - -
0bc41cd1 by Carl Friedrich Bolz-Tereick at 2021-10-27T13:04:29+02:00
make test_graphlib not depend on iteration order of sets

--HG--
branch : py3.9

- - - - -
8730d5c7 by Carl Friedrich Bolz-Tereick at 2021-10-27T13:46:02+02:00
now that CPython 3.9 fixes that behaviour, undo our workaround of issue #2448.
this makes "".replace("", "a", 1) return 
"a" again

--HG--
branch : py3.9

- - - - -


11 changed files:

- lib-python/3/copyreg.py
- lib-python/3/test/test_graphlib.py
- lib-python/conftest.py
- pypy/objspace/std/bytesobject.py
- pypy/objspace/std/dictmultiobject.py
- pypy/objspace/std/stringmethods.py
- pypy/objspace/std/test/test_bytearrayobject.py
- pypy/objspace/std/test/test_bytesobject.py
- pypy/objspace/std/test/test_dictmultiobject.py
- pypy/objspace/std/test/test_unicodeobject.py
- pypy/objspace/std/unicodeobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/282d32479fa98aeb0965e385f5c28b4f2a2679d9...8730d5c733c882b2cc7426ef8ca3468824b0e279

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/282d32479fa98aeb0965e385f5c28b4f2a2679d9...8730d5c733c882b2cc7426ef8ca3468824b0e279
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to