lp://staging/~cython-dev/cython/master
- Get this branch:
- bzr branch lp://staging/~cython-dev/cython/master
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/cython/cython.git.
Last successful import was .
Recent revisions
- 9536. By Yuriy Chernyshov <email address hidden>
-
Do not redefine _USE_MATH_DEFINES in generated code (GH-4690)
Unconditionally adding `/D_USE_
MATH_DEFINES` via cmdline triggers `-Wmacro-redefined` in cython-generated code. - 9535. By da-woods <email address hidden>
-
Remove obselete memoryview getbuffer fallback code (GH-4685)
It appears to have been be used for Python < 2.6 (which didn't have the new buffer protocol).
Most of the mechanism had already been removed, but the capsule attributes that it relied on were still generated.Also removed some utility code that was only used for this feature.
- 9534. By da-woods <email address hidden>
-
Include return type in fused types of function pointers (GH-4678)
For fused functions it makes sense that the return type is ignored
(a function can't be specialized based on return type alone) but
for function pointers the return type should be included (since
such a pointer might be an argument to a fused function) - 9533. By da-woods <email address hidden>
-
Allow None to be passed into arguments annotated as type "object" (GH-4669)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)