Hi James,

James Addison, on 2025-03-03:
> After using cython, gcc and Python 3.13 to run a minimized subset of the
> failing code, I observed a 'PyBytes_Check' assertion failure, and began
> to suspect some of the typecasting code[1] in the nt_to_aa function that
> accesses bytearray objects as if they are bytes.
> 
> Please find attached a patch that rewrites the _helpers.pyx code to
> construct the relevant objects natively as bytes (immutable), resolving
> the runtime error while hopefully not degrading performance
> significantly.

Thank you for the patch, I can see that it resolves the build
failure and am going to include it in the next upload of
python-sqt.

Have a nice day,  :)
-- 
  .''`.  Étienne Mollier <emoll...@debian.org>
 : :' :  pgp: 8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
 `. `'   sent from /dev/pts/1, please excuse my verbosity
   `-    on air: Ring van Möbius - Chasing The Horizon

Attachment: signature.asc
Description: PGP signature

Reply via email to