ffpyplayer icon indicating copy to clipboard operation
ffpyplayer copied to clipboard

Move `nogil` to end of function signatures

Open cclauss opened this issue 2 months ago • 0 comments

Fix build warnings like:

warning: ffpyplayer\pic.pxd:21:61: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' or 'noexcept' will be disallowed in a future version of Cython.

% git grep ' nogil '

https://github.com/cython/cython/blob/e2ef20c527c7d0b1b01d2cbb486c0db92d54d323/Cython/Compiler/Parsing.py#L3148-L3151

Includes the fixes from:

  • #191

cclauss avatar Nov 03 '25 08:11 cclauss