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.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
