Skip to content
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

for-from with object argument allowed in nogil mode #899

Closed
robertwb opened this issue Jun 27, 2009 · 2 comments
Closed

for-from with object argument allowed in nogil mode #899

robertwb opened this issue Jun 27, 2009 · 2 comments

Comments

@robertwb
Copy link
Contributor

This currently compiles and then segfaults:

    cdef object obj
    with nogil:
        for 0 <= obj < 4:
            pass     

Migrated from http://trac.cython.org/ticket/338

@robertwb
Copy link
Contributor Author

@dagss changed owner from somebody to dagss
status from new to assigned
commented

@robertwb
Copy link
Contributor Author

@dagss changed resolution to fixed
status from assigned to closed
commented

http://hg.cython.org/cython-unstable/rev/67a370779b96

@robertwb robertwb added this to the 0.12 milestone Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant