[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: #3759: fix corner cases in method and code __ne__
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 112b6e46 by Carl Friedrich Bolz-Tereick at 2022-06-02T15:12:08+02:00 #3759: fix corner cases in method and code __ne__ - - - - - 4b06897a by Carl Friedrich Bolz-Tereick at 2022-06-03T15:38:29+02:00 changes to: #3759: stop using incorrect auto total ordering for cells --HG-- branch : py3.8 - - - - - fd349f29 by Carl Friedrich Bolz-Tereick at 2022-06-03T15:49:18+02:00 merge default --HG-- branch : py3.8 - - - - - 7 changed files: - pypy/interpreter/function.py - pypy/interpreter/nestedscope.py - pypy/interpreter/pycode.py - pypy/interpreter/test/apptest_function.py - pypy/interpreter/test/apptest_nestedscope.py - pypy/interpreter/test/test_code.py - pypy/interpreter/typedef.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/de897ffd7118f6027505f1e2238f1f4aa521c5f0...fd349f297df009ee2edf8c69208f4ddd6904f143 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/de897ffd7118f6027505f1e2238f1f4aa521c5f0...fd349f297df009ee2edf8c69208f4ddd6904f143 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/default] #3759: remove the wrong and now unused __total_ordering__='auto' feature
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a06d3e09 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:06:45+02:00 #3759: remove the wrong and now unused __total_ordering__='auto' feature - - - - - 2 changed files: - pypy/interpreter/test/test_typedef.py - pypy/interpreter/typedef.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a06d3e09a21caac28dd75d7d416e2be979eb93a6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a06d3e09a21caac28dd75d7d416e2be979eb93a6 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: #3759: remove the wrong and now unused __total_ordering__='auto' feature
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: a06d3e09 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:06:45+02:00 #3759: remove the wrong and now unused __total_ordering__='auto' feature - - - - - 1fe31432 by Carl Friedrich Bolz-Tereick at 2022-06-03T16:17:52+02:00 merge default --HG-- branch : py3.8 - - - - - e5f1f19a by Carl Friedrich Bolz-Tereick at 2022-06-03T22:31:13+02:00 fix print error message --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/test/test_typedef.py - pypy/interpreter/typedef.py - pypy/objspace/descroperation.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fd349f297df009ee2edf8c69208f4ddd6904f143...e5f1f19ab5d2e8b32395dbc56b9055b582d6a17f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fd349f297df009ee2edf8c69208f4ddd6904f143...e5f1f19ab5d2e8b32395dbc56b9055b582d6a17f You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com