[pypy-commit] [Git][pypy/pypy][topic/default/macosx-deployment-target-2.7] 27 commits: Suppress the cpyext warnings like:

Dan Villiom Podlaski Christiansen foss at heptapod.net
Sun Sep 27 05:18:20 EDT 2020



Dan Villiom Podlaski Christiansen pushed to branch topic/default/macosx-deployment-target-2.7 at PyPy / pypy


Commits:
c101bf47 by Antonio Cuni at 2020-09-22T11:48:51+02:00
Suppress the cpyext warnings like:
   missing slot '__setattr__'/'tp_setattr', discovered on 'object'
   ...

They have been around forever and nobody looks at them anyway

- - - - -
afa884f1 by Matti Picus at 2020-09-22T15:57:31+03:00
follow CPython and include wchar.h in unicodeobject.h, it is needed elsewhere

- - - - -
05bcd838 by Stefano Rivera at 2020-09-22T14:35:38-07:00
Update path to build_cffi_imports.py

- - - - -
a66270a3 by Matti Picus at 2020-09-23T10:29:56+03:00
python is no longer a valid command on some systems (tumbleweed)

- - - - -
e2a2b739 by Armin Rigo at 2020-09-23T14:19:20+02:00
update to cffi/144ac54d9bff

- - - - -
460470ea by Matti Picus at 2020-09-24T20:44:28+03:00
Added tag release-pypy2.7-v7.3.2rc3 for changeset 6abe2e00c51d

- - - - -
81c5481d by Matti Picus at 2020-09-24T20:44:49+03:00
Added tag release-pypy3.6-v7.3.2rc3 for changeset d38cd66c14b8

- - - - -
6433fe08 by Matti Picus at 2020-09-24T20:45:05+03:00
Added tag release-pypy3.7-v7.3.2rc3 for changeset 87875bf2dfd8

- - - - -
4a7d1478 by Matti Picus at 2020-09-24T20:50:47+03:00
guess at a fix

- - - - -
70c354b6 by Matti Picus at 2020-09-24T23:02:57+03:00
get rid of mentions of bitbucket

- - - - -
e00ab6a1 by Matti Picus at 2020-09-24T23:09:34+03:00
Added tag release-pypy2.7-v7.3.2 for changeset 6abe2e00c51d

- - - - -
f29e139a by Matti Picus at 2020-09-24T23:09:53+03:00
Added tag release-pypy3.6-v7.3.2 for changeset d38cd66c14b8

- - - - -
a745bc08 by Matti Picus at 2020-09-24T23:10:19+03:00
Added tag release-pypy3.7-v7.3.2 for changeset 87875bf2dfd8

- - - - -
72234cba by Matti Picus at 2020-09-24T23:27:11+03:00
update release note

- - - - -
b94c3c6d by Matti Picus at 2020-09-25T09:28:26+03:00
redo the rvmprof changes in a way that I think can be upstreamed

- - - - -
63b4501a by Matti Picus at 2020-09-25T10:57:11+03:00
Rework, based on comments from LarstiQ on IRC

- - - - -
95d42207 by Matti Picus at 2020-09-25T11:23:53+03:00
close resources in test

- - - - -
f293b45b by Matti Picus at 2020-09-25T11:38:38+03:00
increase the tolerance a bit for latency inside a docker

- - - - -
913e0dae by Armin Rigo at 2020-09-26T09:26:24+02:00
oops, fix for test_gc_indexed_box_plus_large_offset

- - - - -
c9be894f by Armin Rigo at 2020-09-26T10:41:02+02:00
skip a segfaulting test on ppc big-endian.  more complex tests using the whole
backend work fine, and also going back in time doesn't stop this segfault, so
maybe it is some unrelated issue

- - - - -
525479ae by Armin Rigo at 2020-09-26T10:57:52+02:00
skip another test that now crashes on ppc big-endian

- - - - -
30c1deda by Matti Picus at 2020-09-27T01:00:52+03:00
try to add a flag to support MacOS<=10.13

- - - - -
fdf249b1 by Matti Picus at 2020-09-27T01:05:29+03:00
typo

- - - - -
bb007914 by Stefano Rivera at 2020-09-26T21:13:09-07:00
Replace another python call. Debian removed the /usr/bin/python binary

- - - - -
edf3f88c by Dan Villiom Podlaski Christiansen at 2020-09-22T14:17:31+02:00
config: allow filling in translation options, etc., with environment variable

- - - - -
e0ab19ad by Dan Villiom Podlaski Christiansen at 2020-09-27T11:13:22+02:00
darwin: use and save MACOSX_DEPLOYMENT_TARGET from environment, if set

- - - - -
c1c2bf8a by Dan Villiom Podlaski Christiansen at 2020-09-23T19:18:29+02:00
rtime: now that MACOSX_DEPLOYMENT_TARGET works, use proper check for clock_gettime()

- - - - -


30 changed files:

- .hgtags
- Makefile
- extra_tests/cffi_tests/test_c.py
- lib-python/2.7/distutils/sysconfig_pypy.py
- lib-python/2.7/site.py
- lib-python/2.7/subprocess.py
- lib_pypy/cffi.egg-info/PKG-INFO
- lib_pypy/cffi/__init__.py
- lib_pypy/cffi/_embedding.h
- pypy/doc/release-v7.3.2.rst
- pypy/module/_cffi_backend/__init__.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/_rawffi/interp_rawffi.py
- pypy/module/cpyext/include/unicodeobject.h
- pypy/module/cpyext/typeobject.py
- pypy/module/posix/test/test_posix2.py
- pypy/tool/release/repackage.sh
- rpython/config/config.py
- rpython/config/translationoption.py
- rpython/jit/backend/ppc/opassembler.py
- rpython/jit/backend/ppc/regalloc.py
- rpython/jit/backend/ppc/test/test_ppc.py
- rpython/jit/backend/ppc/test/test_ppcvector.py
- rpython/jit/codewriter/effectinfo.py
- rpython/jit/metainterp/test/test_greenfield.py
- rpython/rlib/rtime.py
- rpython/rlib/rvmprof/src/rvmprof.h
- rpython/rlib/rvmprof/src/shared/vmp_stack.c
- rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
- rpython/rlib/rvmprof/test/test_rvmprof.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/bf8752ef03b7cfc4533b1e53ae392e1e20f27a5b...c1c2bf8ab86bb8fde0803ecdf5c5eac5c7687a71

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/bf8752ef03b7cfc4533b1e53ae392e1e20f27a5b...c1c2bf8ab86bb8fde0803ecdf5c5eac5c7687a71
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200927/a72e5dec/attachment-0001.html>


More information about the pypy-commit mailing list