pythongssapi / python-gssapi

A Python interface to RFC 2743/2744 (plus common extensions)
ISC License
104 stars 46 forks source link

Fix Cython 3 Compatibility #321

Closed jborean93 closed 1 year ago

jborean93 commented 1 year ago

Fixes compatibility with Cython 3 by fixing up the import so it doesn't try and do a recursive import. This also increases the upper bound for Cython to 4.0.0 now that 3.0.0 is compatible.

Fixes: https://github.com/pythongssapi/python-gssapi/issues/319