[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: exceptions in atexit functions shouldn't crash the interpreter at shutdown
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4188dfae by Carl Friedrich Bolz-Tereick at 2022-01-29T22:21:08+01:00 exceptions in atexit functions shouldn't crash the interpreter at shutdown --HG-- branch : py3.7 - - - - - aadc29e6 by Matti Picus at 2022-01-30T09:51:48+02:00 allow PyPy's error messages in test --HG-- branch : py3.8 - - - - - a7776332 by Matti Picus at 2022-01-30T11:32:08+02:00 skip tests around __flags__ on methods --HG-- branch : py3.8 - - - - - 1836dc35 by Matti Picus at 2022-01-30T11:32:25+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 4 changed files: - lib-python/3/test/test_call.py - lib-python/3/test/test_eof.py - pypy/interpreter/baseobjspace.py - pypy/interpreter/test/test_objspace.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bcbcf9943d3fa3bc16d809b0cee5634eb5effec4...1836dc358ae82ce9bf57de1ad103e84eff307f70 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bcbcf9943d3fa3bc16d809b0cee5634eb5effec4...1836dc358ae82ce9bf57de1ad103e84eff307f70 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 27 commits: Backed out changeset 85525c43dc44
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: dd05cdec by Matti Picus at 2022-01-23T10:07:28+02:00 Backed out changeset 85525c43dc44 - - - - - 4b05e3d9 by Matti Picus at 2022-01-26T14:49:42+02:00 Added tag release-pypy2.7-v7.3.8rc1 for changeset 6f82fdd0ce3c - - - - - 72e9d78c by Matti Picus at 2022-01-26T14:49:59+02:00 Added tag release-pypy3.7-v7.3.8rc1 for changeset 0e322cb44401 - - - - - ad70e3ab by Matti Picus at 2022-01-26T14:50:15+02:00 Added tag release-pypy3.8-v7.3.8rc1 for changeset 67f1b98040ba - - - - - 8947de41 by Matti Picus at 2022-01-26T14:50:41+02:00 Added tag release-pypy3.9-v7.3.8rc1 for changeset 307e102d7222 - - - - - 26b96ed0 by Carl Friedrich Bolz-Tereick at 2022-01-26T18:41:47+01:00 a bit of contributor gardening - - - - - 32126439 by Matti Picus at 2022-01-27T00:55:37+02:00 update verions.json, remove bot from contributors - - - - - 71a480e3 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:30:06+01:00 some small improvements to the release notes, mention that this will be the last 3.7 release - - - - - 1f3b8c47 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:17:53+01:00 put the bot into the script, so that it sticks on regeneration - - - - - 97397975 by Matti Picus at 2022-01-27T15:26:47+02:00 fix unused value in ropenssl - - - - - 7956e94c by Matti Picus at 2022-01-27T15:29:33+02:00 re-remove _hashlib which was restored in 1c5c15c4d48c tests fail when this is used without the rpython _ssl module, there is some initialization code missing - - - - - 616d6a19 by Stefano Rivera at 2022-01-27T22:49:35-04:00 pycparser isn't required, it's vendored - - - - - 53d349c1 by Matti Picus at 2022-01-28T10:45:02+02:00 catch correct error - - - - - 91ff9dba by Matti Picus at 2022-01-28T11:10:16+02:00 skip check that exposes difference between rpython os.stat and python2 os.stat - - - - - 3ffda19e by Matti Picus at 2022-01-29T18:02:41+02:00 improve test resilience --HG-- branch : py3.7 - - - - - 6a0b0359 by Matti Picus at 2022-01-29T19:38:10+02:00 more pickiness around utime arguments --HG-- branch : py3.7 - - - - - d7cba12d by Matti Picus at 2022-01-29T22:56:30+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - cf25fa5a by Matti Picus at 2022-01-29T22:13:09+02:00 fix formatting for CPython compatibility --HG-- branch : py3.8 - - - - - 69ecb3ff by Matti Picus at 2022-01-29T22:13:23+02:00 add failing test --HG-- branch : py3.8 - - - - - 7625bf5f by Matti Picus at 2022-01-29T22:52:43+02:00 add missing _Py_RestoreSignals() call in fork_exec There was a pure-python version back in python3.2, the C version never worked --HG-- branch : py3.8 - - - - - 69d4b781 by Matti Picus at 2022-01-29T22:55:17+02:00 merge default --HG-- branch : py3.7 - - - - - 4188dfae by Carl Friedrich Bolz-Tereick at 2022-01-29T22:21:08+01:00 exceptions in atexit functions shouldn't crash the interpreter at shutdown --HG-- branch : py3.7 - - - - - bcbcf994 by Matti Picus at 2022-01-30T08:18:03+02:00 make it clear this function is a copy --HG-- branch : py3.8 - - - - - aadc29e6 by Matti Picus at 2022-01-30T09:51:48+02:00 allow PyPy's error messages in test --HG-- branch : py3.8 - - - - - a7776332 by Matti Picus at 2022-01-30T11:32:08+02:00 skip tests around __flags__ on methods --HG-- branch : py3.8 - - - - - 1836dc35 by Matti Picus at 2022-01-30T11:32:25+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1aade080 by Matti Picus at 2022-01-30T11:41:13+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 20 changed files: - .hgtags - LICENSE - lib-python/3/test/test_call.py - lib-python/3/test/test_eof.py - lib_pypy/cffi.dist-info/METADATA - pypy/doc/contributor.rst - pypy/doc/release-v7.3.8.rst - pypy/doc/tool/makecontributor.py - pypy/interpreter/baseobjspace.py - pypy/interpreter/test/test_objspace.py - pypy/module/_posixsubprocess/_posixsubprocess.c - pypy/module/_posixsubprocess/test/apptest_subprocess.py - pypy/module/posix/test/test_posix2.py - pypy/module/thread/os_thread.py - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/rlib/ropenssl.py - rpython/translator/c/test/test_extfunc.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eb15ea792e75080633d7597e25e5692fe7a36b38...1aade080dca38c1c192ea711e689d2bffa6c4736 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eb15ea792e75080633d7597e25e5692fe7a36b38...1aade080dca38c1c192ea711e689d2bffa6c4736 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
[pypy-commit] [Git][pypy/benchmarks][branch/default] skip genshi, use array.to_bytes for python 3.9
Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: 85755b5b by Matti Picus at 2022-01-30T16:45:53+02:00 skip genshi, use array.to_bytes for python 3.9 - - - - - 4 changed files: - benchmarks.py - own/icbd/icbd/compiler/benchmarks/pypy/raytrace-simple.py - own/pyaes.py - own/raytrace-simple.py View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/85755b5b212b26e80cdb05c29d7e97d85d55cd4d -- View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/85755b5b212b26e80cdb05c29d7e97d85d55cd4d 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e60ddfff by Matti Picus at 2022-01-30T16:51:52+02:00 more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility --HG-- branch : py3.8 - - - - - 83ac60b0 by Matti Picus at 2022-01-30T16:55:13+02:00 merge py3.8 discarding py3.8-only changes --HG-- branch : py3.9 - - - - - 0 changed files: View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1aade080dca38c1c192ea711e689d2bffa6c4736...83ac60b0c0f7a5b612eb9727beaaac549d8614c9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1aade080dca38c1c192ea711e689d2bffa6c4736...83ac60b0c0f7a5b612eb9727beaaac549d8614c9 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
[pypy-commit] [Git][pypy/pypy][branch/py3.8] more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e60ddfff by Matti Picus at 2022-01-30T16:51:52+02:00 more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/include/floatobject.h - pypy/module/cpyext/include/object.h - pypy/module/cpyext/typeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e60ddfffec2a1de6049c58e97ec765ae975b696c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e60ddfffec2a1de6049c58e97ec765ae975b696c 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
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3656: update fast2locals to deal with the fact that it's now possible to
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: fb1da0ec by Carl Friedrich Bolz-Tereick at 2022-01-30T19:54:25+01:00 #3656: update fast2locals to deal with the fact that it's now possible to delete cell vars (was forbidden in python2). --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/pyframe.py - pypy/interpreter/test/test_pyframe.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fb1da0ec24f18a27ed1d741674a811aa53312630 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fb1da0ec24f18a27ed1d741674a811aa53312630 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
[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3656: the reverse locals2fast has the same bug
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 9d1eaad0 by Carl Friedrich Bolz-Tereick at 2022-01-30T20:36:05+01:00 #3656: the reverse locals2fast has the same bug --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/pyframe.py - pypy/interpreter/test/apptest_pyframe.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9d1eaad08a75cdd800cdb03aa159ced518d47bd4 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/9d1eaad08a75cdd800cdb03aa159ced518d47bd4 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
[pypy-commit] [Git][pypy/pypy][branch/py3.9] sync and rearrange object.h to better match upstream (issue 3587)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 39e573ea by Matti Picus at 2022-01-30T23:43:51+02:00 sync and rearrange object.h to better match upstream (issue 3587) --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/include/object.h View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/39e573ea032bcc93b6c171973b66c1ef4f7779a9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/39e573ea032bcc93b6c171973b66c1ef4f7779a9 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