lp:~cython-dev/cython/master

Created by scoder and last modified
Get this branch:
bzr branch lp:~cython-dev/cython/master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Cython-dev
Project:
Cython
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/cython/cython.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 10 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 10 seconds — see the log

Recent revisions

9537. By scoder

Merge branch '0.29.x'

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)

Fixes https://github.com/cython/cython/issues/4644

9533. By da-woods <email address hidden>

Allow None to be passed into arguments annotated as type "object" (GH-4669)

9532. By scoder

Merge branch '0.29.x'

9531. By scoder

Merge branch '0.29.x'

9530. By scoder

Merge branch '0.29.x'

9529. By scoder

For the auto-pickle checksum, allow MD5 again since it was used by Cython 0.x pickles. Otherwise switch to SHA-256 since that should be safe enough to stay available in Python's hashlib module for another while.

Closes https://github.com/cython/cython/issues/4680

9528. By scoder

Merge branch '0.29.x'

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.