Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy
Commits: 6abcc03b by Richard Plangger at 2020-03-29T13:52:53-04:00 first zarch version of rgil-track-thread - - - - - b3425284 by Richard Plangger at 2020-03-29T14:08:18-04:00 typo - - - - - ba941fdb by Armin Rigo at 2020-03-29T21:33:45+02:00 Windows test fix - - - - - 667d82ea by Matti Picus at 2020-03-30T23:55:23+03:00 improve cffi build script, _curses_build.py - - - - - 839a6f96 by Matti Picus at 2020-03-31T08:18:00+03:00 typo - - - - - c08678b5 by Armin Rigo at 2020-03-31T15:38:56+02:00 fix for test_short_result_of_call_compiled on ppc: clamp the result values of calls to the expected range - - - - - 9fef2876 by Matti Picus at 2020-03-31T22:20:19+03:00 fix failing tests - - - - - 6552010b by Matti Picus at 2020-04-01T06:21:49+03:00 fix import names - - - - - d88ed39a by Matti Picus at 2020-04-01T06:53:01+03:00 delete semaphore after use - - - - - 87029bec by Matti Picus at 2020-04-01T07:15:18+03:00 debug_start/debug_stop uses time.clock, use that in test as well - - - - - d76fdd7a by Matti Picus at 2020-04-01T07:16:10+03:00 backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) - - - - - eda04e61 by Armin Rigo at 2020-04-01T10:11:43+02:00 probable fix for ppc - - - - - daad32db by Armin Rigo at 2020-04-01T10:22:13+02:00 merge heads - - - - - 6ec1d030 by Armin Rigo at 2020-04-01T10:43:48+02:00 Rewrite gc_load_indexed with a constant index into a plain gc_load - - - - - 383af038 by Carl Friedrich Bolz-Tereick at 2020-04-01T12:49:31+02:00 make other attributes of builtin functions unwriteable/undeletable as well - - - - - d8cf2205 by Matti Picus at 2020-04-01T09:33:20+03:00 only test errno after translation - - - - - a5ad6648 by Matti Picus at 2020-04-01T12:33:33+03:00 revert attempts to get test__jitlog.py to run on win32 untranslated, skip instead - - - - - 7dc5a219 by Matti Picus at 2020-04-01T15:16:14+03:00 merge default --HG-- branch : release-pypy2.7-v7.x - - - - - 18 changed files: - lib-python/2.7/ctypes/util.py - lib-python/2.7/test/test_import.py - lib_pypy/_curses_build.py - lib_pypy/tools/build_cffi_imports.py - pypy/interpreter/function.py - pypy/interpreter/test/apptest_function.py - pypy/module/__pypy__/test/test_debug.py - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semaphore.py - pypy/module/cpyext/test/test_api.py - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_pyerrors.py - rpython/jit/backend/llsupport/rewrite.py - rpython/jit/backend/llsupport/test/test_rewrite.py - rpython/jit/backend/ppc/callbuilder.py - rpython/jit/backend/ppc/opassembler.py - rpython/jit/backend/ppc/regalloc.py - rpython/jit/backend/zarch/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a009f74cb76dbf04fabe6bf0a3a89a473d0614db...7dc5a21927024d0696c21b5dbf0b2fc65669209a --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/a009f74cb76dbf04fabe6bf0a3a89a473d0614db...7dc5a21927024d0696c21b5dbf0b2fc65669209a You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
