casevh
casevh
Hi. I'm the primary maintainer of `gmpy2`. I'd like to provide some comments with my experiences using the C-API. I use `PyLong_AsLongAndOverflow` when I want a `long` value or immediately...
I like this idea. I've thought about it but don't have the time to implement it. I have a system with lots of memory that I can use for stress...
Should we release gmpy2-2.2.2 before we drop support for CPython 3.8? Are there any changes that should be done before a 2.2.2 release?
I'm okay with dropping support for 3.8. On Fri, Jun 6, 2025 at 9:09 PM Sergey B Kirpichev ***@***.***> wrote: > *skirpichev* left a comment (aleaxit/gmpy#543) > > > @casevh...
I'll re-run the SPDX tests.
This is a good idea. I've started work on it.
I agree that it is a bug.
I agree that matching CPython is important. I don't remember why I chose '.6f'.
Should this be merged now and then released as 2.2.0 or should this wait until 2.2.1?
The fundamental issue is that we are over-flowing the limits of a `C long ` which is always 32 bit for a Windows application. It works fine under WSL which...