Skip to content

cython nogil #135331

Closed as not planned
Closed as not planned
@16lr

Description

@16lr

Bug report

Bug description:

import cython

def func(x):
    with cython.nogil:
        print(x)

func("hello")

When we run cython.nogil with a python syntax, it should give us an error of compiling but it works completely fine.

CPython versions tested on:

3.12

Operating systems tested on:

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions