[pypy-commit] [Git][pypy/pypy][branch/special-method-shortcut-2] NotImplemented can occur obviously, fix like this
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2 at PyPy / pypy Commits: 20af6d6d by Carl Friedrich Bolz-Tereick at 2022-04-10T15:36:32+02:00 NotImplemented can occur obviously, fix like this --HG-- branch : special-method-shortcut-2 - - - - - 2 changed files: - pypy/objspace/descroperation.py - pypy/objspace/test/test_descroperation.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/20af6d6d47db1d4b9958101aee801d598073cec4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/20af6d6d47db1d4b9958101aee801d598073cec4 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/special-method-shortcut-2] fix test
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2 at PyPy / pypy Commits: 80b3d9f3 by Carl Friedrich Bolz-Tereick at 2022-04-10T15:52:53+02:00 fix test --HG-- branch : special-method-shortcut-2 - - - - - 1 changed file: - lib-python/2.7/test/test_dict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/80b3d9f3971e29994ce7dc06d87acc98ab0887a6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/80b3d9f3971e29994ce7dc06d87acc98ab0887a6 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/special-method-shortcut-2] 2 commits: refactor buffer object to be more Liskov-y
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2 at PyPy / pypy Commits: 33669d72 by Carl Friedrich Bolz-Tereick at 2022-04-10T16:36:05+02:00 refactor buffer object to be more Liskov-y --HG-- branch : special-method-shortcut-2 - - - - - 80aa413b by Carl Friedrich Bolz-Tereick at 2022-04-10T16:57:01+02:00 - have some careful checking code that would have found the problem in eb550a9d8752 - don't inline the fallback --HG-- branch : special-method-shortcut-2 - - - - - 3 changed files: - pypy/interpreter/typedef.py - pypy/module/_cffi_backend/cbuffer.py - pypy/objspace/std/bufferobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/80b3d9f3971e29994ce7dc06d87acc98ab0887a6...80aa413bd45ef4a692daaa3fc4bb228fb95a5839 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/80b3d9f3971e29994ce7dc06d87acc98ab0887a6...80aa413bd45ef4a692daaa3fc4bb228fb95a5839 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/special-method-shortcut-2] clarify some inheritance hierarchies
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2 at PyPy / pypy Commits: 8e4f5074 by Carl Friedrich Bolz-Tereick at 2022-04-10T17:15:50+02:00 clarify some inheritance hierarchies --HG-- branch : special-method-shortcut-2 - - - - - 2 changed files: - pypy/module/_weakref/interp__weakref.py - pypy/module/exceptions/interp_exceptions.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8e4f50742026fc1c422dfc4f26a549fadde6d8ac -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8e4f50742026fc1c422dfc4f26a549fadde6d8ac 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/special-method-shortcut-2] disable shortcuts for micronumpy (some trouble there)
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2 at PyPy / pypy Commits: 2e991af9 by Carl Friedrich Bolz-Tereick at 2022-04-10T17:33:01+02:00 disable shortcuts for micronumpy (some trouble there) --HG-- branch : special-method-shortcut-2 - - - - - 1 changed file: - pypy/interpreter/typedef.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2e991af98fcda5bb096d45f2cca1442dca61df67 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2e991af98fcda5bb096d45f2cca1442dca61df67 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] 12 commits: merge heads
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 3e3c2ba3 by Carl Friedrich Bolz-Tereick at 2022-03-30T18:20:15+02:00 merge heads - - - - - 7fc3d607 by Ronan Lamy at 2022-03-30T19:39:08+01:00 Simplify TinyObjSpace.__init__() - - - - - 7cf846d3 by Ronan Lamy at 2022-03-31T17:19:32+01:00 Remove obsolete script - - - - - 4751bccc by Ronan Lamy at 2022-03-31T19:12:18+01:00 Remove direct uses of gettestobjspace() in tests - - - - - 9cfc134f by Matti Picus at 2022-03-31T23:37:48+03:00 backport uint32 conversion of start argument in zlib.crc32 and zlib.alder32 (issue 3717) - - - - - bfdb926b by Carl Friedrich Bolz-Tereick at 2022-04-01T12:24:44+02:00 #3717: fix zlib ustart handling that started being a problem for zlib v1.2.12 - - - - - 6b9bb7a0 by Carl Friedrich Bolz-Tereick at 2022-04-01T13:24:29+02:00 a few small optimizations to list sorting that make it allocate memory a bit less aggressively. seems to give ~10% on sorting non-tiny lists of ints - - - - - 6807390d by Carl Friedrich Bolz-Tereick at 2022-04-01T17:47:06+02:00 (Łukasz Langa, E-Paine, mgorny): bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28026) (updated for Python 2.7 by Michał Górny) - - - - - bf50aa94 by Carl Friedrich Bolz-Tereick at 2022-04-01T17:50:53+02:00 (Miguel Brito, Łukasz Langa, Michał Górny): bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038) issue #3710 - - - - - 2cb152ed by Carl Friedrich Bolz-Tereick at 2022-04-01T19:41:57+02:00 fix translation (some timsort users don't use lists at all, apparently) - - - - - e8017173 by Ronan Lamy at 2022-04-06T16:28:30+01:00 test cleanup - - - - - 68b19a9a by Carl Friedrich Bolz-Tereick at 2022-04-10T18:12:40+02:00 merge default --HG-- branch : py3.8 - - - - - 13 changed files: - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/_vmprof/test/test__vmprof.py - pypy/module/bz2/test/test_bz2_file.py - − pypy/module/cpyext/presetup.py - pypy/module/posix/test/test_posix2.py - pypy/module/zlib/test/test_zlib.py - pypy/objspace/std/test/test_smalllongobject.py - pypy/objspace/std/test/test_specialisedtupleobject.py - pypy/objspace/std/test/test_stdobjspace.py - pypy/tool/pytest/apptest.py - pypy/tool/pytest/objspace.py - rpython/rlib/listsort.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/36910371ff246b1207c9c4fe4c785b286bc61549...68b19a9a3198e6b663c7f75737117a3556885455 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/36910371ff246b1207c9c4fe4c785b286bc61549...68b19a9a3198e6b663c7f75737117a3556885455 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