- 28 Jun, 2019 2 commits
-
-
Jeroen Demeyer authored
-
Nick Coghlan authored
CPython bpo-37221 reverts that backwards incompatible change to the PyCode_New API, replacing it with a new PyCode_NewWithPosOnlyArgs function.
-
- 25 Jun, 2019 1 commit
-
-
Kirill Smelkov authored
PyGILState_STATE was added in commit 3fd6fdce (Gilnanny + pystate.pxd) with struct type on-purpose different from what CPython actually uses with the idea so that PyGILState_STATE cannot be coerced into int. However as it is, it prevents PyGILState_STATE usage: cdef PyGILState_STATE gstate = PyGILState_Ensure() gives Variable type 'PyGILState_STATE' is incomplete Fix it by making PyGILState_STATE a defined structure.
-
- 24 Jun, 2019 1 commit
-
-
samaingw authored
-
- 23 Jun, 2019 3 commits
-
-
Stefan Behnel authored
Closes GH-3007.
-
Jeroen Demeyer authored
-
Alex Willmer authored
-
- 13 Jun, 2019 3 commits
-
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
DWesl authored
The regex to match the gdb version is not intended to be interpreted as a regular string, it is designed to be used as-is as a regex. This lets python know that minor detail.
-
- 11 Jun, 2019 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Josh Tobin authored
-
Josh Tobin authored
-
Stefan Behnel authored
-
realead authored
-
Stefan Behnel authored
-
serge-sans-paille authored
And make it more flexible in terms of API change.
-
serge-sans-paille authored
And make it more flexible in terms of API change.
-
serge-sans-paille authored
Current checks breaks when setting 0.10.0 as a Pythran version :-/
-
- 10 Jun, 2019 1 commit
-
-
Robert Bradshaw authored
Add compatability with Bazel 0.26
-
- 09 Jun, 2019 1 commit
-
-
Pasha Podolsky authored
-
- 07 Jun, 2019 3 commits
-
-
aiudirog authored
-
alimcmaster1 authored
-
realead authored
-
- 02 Jun, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jun, 2019 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Make co_argcount for positional-only arguments behave correctly, now that CPython 3.8 (beta 1) includes the pos-only count in it rather than adding it.
-
Pablo Galindo authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid checking Py_TPFLAGS_HAVE_FINALIZE in Py3.8 and later since CPython now relies on the feature being there.
-
Stefan Behnel authored
-
Josh Tobin authored
Fixes GH-2941.
-
- 31 May, 2019 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2976.
-
Stefan Behnel authored
When passing keyword arguments from unpacked dict literals, prevent duplicate dict keys from raising an error and instead overwrite the previous one. Closes GH-2963.
-
Stefan Behnel authored
-
Stefan Behnel authored
-