You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a C++ class declares no default constructor, Cython adds one automatically, but unconditionally declares it as "nogil". If the constructor of a base class cannot be called with "nogil", the auto-declared one must not have it either.