[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Fix for recent versions of gcc when running the cpyext tests:

Armin Rigo foss at heptapod.net
Fri Jun 26 05:19:50 EDT 2020



Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
b53d7fb5 by Armin Rigo at 2020-06-26T11:18:36+02:00
Fix for recent versions of gcc when running the cpyext tests:
the 'all_exceptions' lists global variables that would end up
being defined twice, in both 'code' and 'struct_source', ending
up in two .c files.  Older versions of gcc seem happy about that
but newer versions complain.

- - - - -
9f503a6e by Armin Rigo at 2020-06-26T11:19:30+02:00
#3251

PySet_Add fails on frozenset.  Fixed

- - - - -


4 changed files:

- pypy/module/cpyext/api.py
- pypy/module/cpyext/setobject.py
- pypy/module/cpyext/test/test_setobject.py
- pypy/objspace/std/setobject.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f7c966d0c68f566c05ecb10922063638efba5a8e...9f503a6ee4cdb9c488d750a00c0a021a31d78585

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/f7c966d0c68f566c05ecb10922063638efba5a8e...9f503a6ee4cdb9c488d750a00c0a021a31d78585
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/20200626/ad1d7449/attachment.html>


More information about the pypy-commit mailing list