An error occurred fetching the project authors.
- 28 Feb, 2018 1 commit
-
-
Stefan Behnel authored
Do not hijack "@asyncio.coroutine" to make async-def functions iterable, since this is really just a legacy feature that users should not overuse. Instead, provide a dedicated and explicit "cython.iterable_coroutine" directive.
-
- 25 Feb, 2018 1 commit
-
-
Stefan Behnel authored
-
- 16 Feb, 2018 2 commits
-
-
Stefan Behnel authored
Disable method unpacking inside of module init function by default as it really just increases the code size to uselessly speed up one-time code. See #2102.
-
Stefan Behnel authored
Closes #2106.
-
- 15 Feb, 2018 2 commits
-
-
Stefan Behnel authored
Disable auto-detection of read-only memory views (too unsafe) and acquire them only as read-only if the memory view dtype is a "const" type.
-
Stefan Behnel authored
-
- 14 Feb, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
See #2102.
-
- 10 Feb, 2018 1 commit
-
-
Stefan Behnel authored
-
- 30 Jan, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Add some Py3-only builtin names (mostly I/O exceptions) as uncachable builtins to avoid "unknown name" errors when running Cython in Py2. Closes #2087.
-
- 28 Jan, 2018 1 commit
-
-
Stefan Behnel authored
Promote the new opaque PEP-539 type "Py_tss_t" to a known Cython type to avoid static variable initialisation issues with the "Py_tss_NEEDS_INIT" struct initialiser value.
-
- 26 Jan, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Also reduces the C code overhead by removing the explicit 1-arg tuple packing code.
-
- 25 Jan, 2018 1 commit
-
-
Stefan Behnel authored
Use a specialised GenericGetAttr implementation for the "tp_getattro" slot whenever a type uses the generic lookup but has no instance dict.
-
- 17 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 16 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 07 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 23 Dec, 2017 3 commits
-
-
Stefan Behnel authored
Closes #2048.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Dec, 2017 1 commit
-
-
Stefan Behnel authored
-
- 21 Dec, 2017 1 commit
-
-
Stefan Behnel authored
-
- 15 Dec, 2017 2 commits
-
-
Stefan Behnel authored
Allow overriding the extension module name in cythonize() by setting an explicit name in the Extension() object. Closes #2038.
-
Stefan Behnel authored
Allow @final class decorator in pure mode. Was previously rejected for Python classes with an @cclass decorator. Closes #2040.
-
- 28 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 25 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 17 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 13 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 12 Nov, 2017 2 commits
-
-
Stefan Behnel authored
Prevent calling into CPython with a live exception set while trying to match non-trivial exception patterns in an "except" clause.
-
Stefan Behnel authored
-
- 06 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 05 Nov, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See #1979.
-
- 03 Nov, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 31 Oct, 2017 2 commits
-
-
Stefan Behnel authored
Closes #1949.
-
Stefan Behnel authored
Closes #1968.
-