Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits: 851e0d2e by Matti Picus at 2023-11-21T09:09:39+02:00 refactor code, raise OSError in gmtime like in localtime --HG-- branch : py3.9 - - - - - 374b6a00 by Matti Picus at 2023-11-21T19:24:09+02:00 special case startswith, endswith for bytearray to handle final null char This will copy the contents and be slower. --HG-- branch : py3.9 - - - - - ccfbedc1 by Matti Picus at 2023-11-22T00:01:06+02:00 trick test into working by mocking gc.collect, call desctructor in capsule_dealloc Also skip part of the stdlib capsule tests that asusme capsules exist in various modules --HG-- branch : py3.9 - - - - - 09395c3f by Matti Picus at 2023-11-22T07:22:45+02:00 fix merge --HG-- branch : py3.10 - - - - - 21432dfb by Matti Picus at 2023-11-22T07:26:23+02:00 merge py3.9 --HG-- branch : py3.10 - - - - - 670c3d5e by Matti Picus at 2023-11-22T07:28:12+02:00 more merge fixes --HG-- branch : py3.10 - - - - - 9 changed files: - lib_pypy/_testcapimodule.c - pypy/module/cpyext/capsule.py - pypy/module/cpyext/src/modsupport.c - pypy/module/cpyext/test/test_capsule.py - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.py - pypy/objspace/std/bytearrayobject.py - pypy/objspace/std/capsuleobject.py - pypy/objspace/std/stringmethods.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b6cc7bcc1ba29f265fc1fdb8ff71ea42e15036da...670c3d5e45311c3d98dc767c1d0d0e0cc99fb028 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b6cc7bcc1ba29f265fc1fdb8ff71ea42e15036da...670c3d5e45311c3d98dc767c1d0d0e0cc99fb028 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