Closed mgorny closed 9 months ago
Is there a way to run such a Python build in CI?
Well, I suppose you could build it as part of the CI process. I'm not aware if anyone is providing prebuilt executables. I think GitHub Actions have some mechanism for caching this stuff but I've never used.
Thanks! I can confirm that with this change, the module no longer crashes.
Things to check first
[X] I have searched the existing issues and didn't find my bug already reported there
[X] I have checked that my bug is still present in the latest release
cbor2 version
5.6.0, 5.6.1, 42bc18174491ccda90d8cfc781585ea13e69cfdb
Python version
3.11.7
What happened?
When CPython is built with assertions enabled, cbor2's C module crashes it while running the test suite:
How can we reproduce the bug?