Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
fa54da53 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:38:45+02:00
darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()

- - - - -
74e9314f by Dan Villiom Podlaski Christiansen at 2020-09-17T12:51:25+02:00
darwin: sysctlbyname is in sys/sysctl.h

- - - - -
a5639069 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:55:34+02:00
fix inconsistent #ifdef's surrounding get_vmprof_stack()

- - - - -
8dfa45d2 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:56:22+02:00
darwin: strlen() is in <string.h>

- - - - -
d0441a61 by Dan Villiom Podlaski Christiansen at 2020-09-17T13:33:16+02:00
boehm gc: try using pkg-config to find it

- - - - -
e4f103a2 by Dan Villiom Podlaski Christiansen at 2020-09-17T14:17:03+02:00
rvmprof: avoid missing prototype, which is an error in Clang 11

- - - - -
017dc84d by Dan Villiom Podlaski Christiansen at 2020-09-17T16:38:55+02:00
fix curses build

- - - - -
0f38a218 by Dan Villiom Podlaski Christiansen at 2020-09-17T17:35:25+02:00
build_cffi_imports: use an HTTP mirror; fix building gdbm on Darwin

- - - - -
de23b457 by Matti Picus at 2020-09-22T10:38:52+03:00
mangle the _Py_subtype_dealloc name so tests on a pypy2 host will not be 
confused

This is needed due to the code using the function pointer internally

- - - - -
8232fed9 by Matti Picus at 2020-09-22T11:22:31+03:00
lzma is not available via http, only https

- - - - -


11 changed files:

- lib_pypy/_curses_build.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/module/cpyext/api.py
- pypy/module/cpyext/src/typeobject.c
- rpython/memory/gc/env.py
- rpython/rlib/rvmprof/src/rvmprof.h
- rpython/rlib/rvmprof/src/shared/machine.c
- rpython/rlib/rvmprof/src/shared/vmprof_common.h
- rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
- rpython/rtyper/tool/rffi_platform.py
- rpython/translator/c/src/precommondefs.h


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/d728bc1a490c27b2fc0296b62adb76c266b8c7f8...8232fed915d5e9035af0d03dc8949d054793c397

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d728bc1a490c27b2fc0296b62adb76c266b8c7f8...8232fed915d5e9035af0d03dc8949d054793c397
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

Reply via email to