python-gssapi
python-gssapi copied to clipboard
A Python interface to RFC 2743/2744 (plus common extensions)
Filter all code over `pyupgracde --py38-plus`.
I can install gssapi in `python 3.13b3` with success but not with `python 3.13b3 --disable-gil` Env --- CONFIGURE_OPTS=--disable-gil pyenv install 3.13.0b3 GCC 12.2.0 decorator 5.1.1 Error ------ ```python Processing .../python-gssapi...
Add support for building wheels with the free-threaded interpreter and also with the limited API/stable ABI on Python 3.11+. There is limited testing for the free-threading setup but this become...
Extensions built with a specific Limited API version can be compiled once and will be compatible with any newer interpreter of the same major version. https://docs.python.org/3/c-api/stable.html https://peps.python.org/pep-0652/#stable-abi-vs-limited-api https://cython.readthedocs.io/en/latest/src/userguide/limited_api.html Are there...
I've been testing this library with a kerberos setup that works using Apache/mod_auth_gssapi . While my krb5.conf and krb5.keytab work with Apache with this library I continually get the following...
With the release of Cython, the installment of python-gssapi broke on Linux systems: ``` building 'gssapi.raw.misc' extension creating build/temp.linux-x86_64-cpython-38/gssapi/raw gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions...
Although I do have Visual Studio 2022 (v17.13.6, with Build Tools) installed already, pip is still unable to install python-gssapi: ```text pip install --user python-gssapi Collecting python-gssapi Using cached python-gssapi-0.6.4.tar.gz...
Due to the special environment, the computer cannot be connected to the Internet, but the Python script I wrote needs to use the gssapi library. the OS is Linux. I...