Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
d1ee2fa9 by Matti Picus at 2022-07-19T11:54:01+03:00
macos does not support arm32 builds

- - - - -
b9cd0efc by Matti Picus at 2022-07-19T12:41:21+03:00
clang uses --coverage, not -lgcov

- - - - -
3a0af27e by fijal at 2022-07-20T14:38:13+02:00
add another hook to actually disable tracing and be better at writing docstrings

- - - - -
21fce7e3 by Matti Picus at 2022-07-20T17:34:26+03:00
add gc.collect to make tests pass on top of pypy2.7

- - - - -
a695e3b8 by Matti Picus at 2022-07-21T15:02:34+03:00
i386 is not supported anymore, skip tests

- - - - -
baf29a8a by Carl Friedrich Bolz-Tereick at 2022-07-25T13:57:22+02:00
small optimization: if a unicode string is ascii only, .split() can use the
faster ascii-based whitespace detection for finding the places to split

- - - - -
7b326266 by Matti Picus at 2022-07-25T17:05:52+03:00
add const qualifier

- - - - -
f4414f71 by Matti Picus at 2022-07-26T06:23:32+03:00
fix translation

- - - - -
779be110 by fijal at 2022-07-26T09:17:08+02:00
call backend optimizations in the right moment

- - - - -
7f468a6d by Matti Picus at 2022-07-27T13:02:08+03:00
update conda recommendation to use 3.7 since the migration to 3.8/3.9 is slow

- - - - -
4b0fe910 by Matti Picus at 2022-07-27T13:44:50+03:00
resync _vmprof with vmprof-python

- - - - -
abf49178 by Matti Picus at 2022-07-28T13:34:11+03:00
revert _ssl 1.1.1p -> 1.1.1q update, the sed script to fix the issue does 
not work reliably

- - - - -
55f48dc6 by Matti Picus at 2022-07-28T13:36:18+03:00
merge default

--HG--
branch : py3.8

- - - - -


19 changed files:

- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/install.rst
- pypy/module/pypyjit/interp_jit.py
- pypy/module/pypyjit/moduledef.py
- pypy/objspace/std/test/test_unicodeobject.py
- pypy/objspace/std/unicodeobject.py
- rpython/jit/backend/llsupport/test/zrpy_gc_test.py
- rpython/jit/metainterp/warmspot.py
- rpython/jit/metainterp/warmstate.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/jit_hooks.py
- rpython/rlib/rsocket.py
- rpython/rlib/rvmprof/src/shared/_vmprof.c
- rpython/rlib/rvmprof/src/shared/vmprof_config.h
- rpython/rlib/rvmprof/src/shared/vmprof_getpc.h
- rpython/translator/c/genc.py
- rpython/translator/c/test/test_backendoptimized.py
- rpython/translator/platform/test/test_darwin.py
- rpython/translator/platform/test/test_platform.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/37907cb158f3c5c0355d97f65d6433ce7d727527...55f48dc67c44acd48aaf55f542cdd7d08d97a69f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/37907cb158f3c5c0355d97f65d6433ce7d727527...55f48dc67c44acd48aaf55f542cdd7d08d97a69f
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

Reply via email to