Sergey B Kirpichev

Results 651 comments of Sergey B Kirpichev

> Yes, I just pushed the changes, i.e. made it unsupported instead of no_signature. Looks ok for me. > I was trying to look for docs regarding this, is there...

@erlend-aasland as AC changes coming from my patch, probably 1) point - is my job. I think that @sayandipdutta can keep this PR as-is for a while. I'll make a...

PR, that switch to AC: https://github.com/python/cpython/pull/125999

I think that most people are ok with adding only one positional-or-keyword parameter (not 3). Is there something to do, besides simple conflict resolution? @Eclips4, are you ok with this...

Sounds like https://github.com/python/cpython/issues/121245 reappears. Does this build has readline support?

Thinking more, I'm not sure if 2 is a correct output here. According to the algorithm paper, it's important that roots which lie on the boundaries of adjacent rectangles be...

On Sat, Nov 23, 2024 at 02:06:52AM -0800, Fredrik Johansson wrote: > You can try to recover from a memory error in GMP or FLINT by intercepting > the abort...

> Would flint_set_abort handle this From sources it looks so. But I don't think it's a good idea. See e.g. the mpdecimal - it's possible to propagate memory errors to...

> This is too general interface which allows to support many different representations. This is relatively complex task, which is better suited to dedicated libraries. I would be rather surprised...