- 02 Nov, 2017 1 commit
-
-
Lisandro Dalcin authored
Update implementation of PEP 3118 getbuffer special method
-
- 01 Nov, 2017 4 commits
-
-
Lisandro Dalcin authored
* Rework check for `view==NULL` required for legacy Python 3 releases. * Handle redefined `struct Py_buffer` in user code (e.g. mpi4py).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Oct, 2017 9 commits
-
-
scoder authored
[WIP] Add TSS (Thread Specific Storage) API in CPython 3.7+
-
Stefan Behnel authored
Closes #1949.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
sonots authored
-
sonots authored
-
sonots authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1968.
-
- 29 Oct, 2017 20 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
scoder authored
Minor changes to try/finally code generation [should silence Coverity]
-
scoder authored
Fix annotation_typing test case
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Lisandro Dalcin authored
Minor C code generation/utility fixes
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Oct, 2017 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move CYTHON_NO_PYINIT_EXPORT utility code into external file to avoid lengthy chain of plain text code generation.
-
scoder authored
Add CYTHON_NO_PYINIT_EXPORT macro. (#1944)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Thomas A Caswell authored
CPython change how the exception information is stored internally in 3.7a3. This simply adds fences based on python version around how to access the objects. Xref: https://github.com/python/cpython/commit/ae3087c6382011c47db82fea4d05f8bbf514265d https://bugs.python.org/issue25612 https://github.com/python/cpython/pull/1773
-