msys2-contrib / cpython-mingw

A friendly fork of CPython which adds support for Mingw-w64 + clang/gcc. See https://github.com/msys2-contrib/cpython-mingw/wiki for details
https://github.com/msys2-contrib/cpython-mingw/wiki
Other
38 stars 11 forks source link

smoketests: refcounting issue #129

Closed lazka closed 1 year ago

lazka commented 1 year ago

https://github.com/msys2-contrib/cpython-mingw/blob/3c09cdbdf8b14f2fb8da7fb460fd5cc663f5d492/mingw_smoketests.py#L265

This should be Py_RETURN_NONE to take a ref. This started to crash with 3.11 under msys where I re-used this code.