Author: Armin Rigo
Branch:
Changeset: r97017:69d0c4bbdf2f
Date: 2019-07-23 06:50 +0200
http://bitbucket.org/pypy/pypy/changeset/69d0c4bbdf2f/
Log:update to cffi/f34ec7d90cd6
diff --git a/extra_tests/cffi_tests/cffi1/test_recompiler.py
b/extra_tests/cffi_tests/cffi1/test_recompiler.py
--- a
Author: Armin Rigo
Branch:
Changeset: r3283:f34ec7d90cd6
Date: 2019-07-23 06:37 +0200
http://bitbucket.org/cffi/cffi/changeset/f34ec7d90cd6/
Log:Issue #413
Test and "fix" for a corner case: now it gives a RuntimeError with a
message, instead of a C-level infinite recursion
Author: Armin Rigo
Branch: py3.6
Changeset: r97016:0fcdbc3de300
Date: 2019-07-23 04:06 +0200
http://bitbucket.org/pypy/pypy/changeset/0fcdbc3de300/
Log:issue #3041
Implement PyGILState_Check()
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyex