Skip to content

Backport 6721 #6736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2015
Merged

Backport 6721 #6736

merged 1 commit into from
Nov 26, 2015

Conversation

charris
Copy link
Member

@charris charris commented Nov 26, 2015

BUG: Fix for #6719

numpy/random/mtrand/mtrand.pyx contains a line where cython fails to
compile, complaining “Pythonic division not allowed without gil”. By
running this code segment under cdivision(True), this problem is avoided.

Note that this is specific to Cython 0.23 and may be a Cython regression, so
this may be considered a work around.

numpy/random/mtrand/mtrand.pyx contains a line where cython fails to
compile, complaining “Pythonic division not allowed without gil”.  By
running this code segment under cdivision(True), this problem is avoided.
@charris charris added this to the 1.10.2 release milestone Nov 26, 2015
charris added a commit that referenced this pull request Nov 26, 2015
@charris charris merged commit 52e7594 into numpy:maintenance/1.10.x Nov 26, 2015
@charris charris deleted the backport-6721 branch November 26, 2015 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants