Matti Picus pushed to branch branch/py3.9 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

- - - - -
5f154c5a by Matti Picus at 2022-07-25T22:19:08+03:00
test, fix error message for PyFloat_AsDouble (from scipy tests)

--HG--
branch : py3.8

- - - - -
e6adfb59 by Matti Picus at 2022-07-26T06:26:14+03:00
fix unused value error in test

--HG--
branch : py3.8

- - - - -
02585637 by Matti Picus at 2022-07-25T10:42:12+03:00
rposix macOS does not support 'sendfile_no_offset

--HG--
branch : py3.8

- - - - -
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

- - - - -
52f8e719 by Matti Picus at 2022-07-26T06:44:30+03:00
fix condition in test

--HG--
branch : py3.8

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

- - - - -
37907cb1 by Matti Picus at 2022-07-27T12:41:06+03:00
test, implement PyUnicode_Append, PyUnicode_AppendAndDel

--HG--
branch : py3.8

- - - - -
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

- - - - -
901abbb0 by Matti Picus at 2022-07-28T13:36:38+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


27 changed files:

- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/install.rst
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/unicodeobject.h
- pypy/module/cpyext/src/unicodeobject.c
- pypy/module/cpyext/test/test_floatobject.py
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/pypyjit/interp_jit.py
- pypy/module/pypyjit/moduledef.py
- pypy/objspace/descroperation.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/41a3e232f9bd7cc749d99a9db074f7e7e4707c4b...901abbb07d0a43794e1ddb095dfc90f1f4abc40d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/41a3e232f9bd7cc749d99a9db074f7e7e4707c4b...901abbb07d0a43794e1ddb095dfc90f1f4abc40d
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