Skip to content

Conversation

jborean93
Copy link
Contributor

This PR is designed to do basic tests with a Python build with --with-assertions. It also caps the Cython version to less than 3 until it fixes the issue causing the referenced issue.

Fixes: #327

Cython 3 generates code which fails on Python that was built with
assertions enabled. This commit adds the upper bound version until this
issue has been fixed.

CI has been updated to test out this specific scenario.

Signed-off-by: Jordan Borean <jborean93@gmail.com>
@jborean93 jborean93 marked this pull request as ready for review August 29, 2023 23:40
@jborean93 jborean93 merged commit 5c316ec into pythongssapi:main Sep 12, 2023
@jborean93 jborean93 deleted the ci-with-assertions branch September 12, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gssapi fails to import: ./Include/cpython/tupleobject.h:23: PyTuple_GET_SIZE: Assertion `PyTuple_Check(op)' failed.
1 participant