Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits: 60255c1f by Carl Friedrich Bolz-Tereick at 2023-01-10T15:07:30+01:00 bpo-42073: allow classmethods to wrap other classmethods this is done by making classmethod.__get__ call obj.__get__(type, type) (with the second argument given) if obj has a __get__ method --HG-- branch : py3.10 - - - - - 6643a66b by Carl Friedrich Bolz-Tereick at 2023-01-10T15:21:38+01:00 ok, this seems to just be easy? --HG-- branch : py3.10 - - - - - 4 changed files: - lib-python/3/_collections_abc.py - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/module/array/moduledef.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f9f559338815c73c6f7afe2d8ba4413dbb96dc74...6643a66b75085f9d92036cf70b3a70a274476973 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f9f559338815c73c6f7afe2d8ba4413dbb96dc74...6643a66b75085f9d92036cf70b3a70a274476973 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