Skip to content

Conversation

@methane
Copy link

@methane methane commented Jul 26, 2023

Error compiling Cython file:
------------------------------------------------------------
...

def fibonacci(unsigned int n):
    """ Return nth Fibonacci sequence number computed recursively
    """
    with nogil:
        result = fibonacci_cc(n)
                            ^
------------------------------------------------------------

fibonacci.pyx:17:29: Calling gil-requiring function not allowed without gil

```
Error compiling Cython file:
------------------------------------------------------------
...

def fibonacci(unsigned int n):
    """ Return nth Fibonacci sequence number computed recursively
    """
    with nogil:
        result = fibonacci_cc(n)
                            ^
------------------------------------------------------------

fibonacci.pyx:17:29: Calling gil-requiring function not allowed without gil
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant