Tim Peters

Results 4 issues of Tim Peters

# Bug report ### Bug description: That started within the last 48 hours, on the main branch. Here's test code; it's possible it could be simplified ```python if 1: class...

performance
interpreter-core
release-blocker

A case where lop1p of a complex number gets a poor real part: ```python >>> import mpmath >>> mpmath.__version__ '1.3.0' >>> from mpmath import mp, mpc, log, log1p, workprec >>>...

bug

There's no need for the `bits` variable here. The number of loop iterations can be cut in half by repeatedly shifting right by 2 so long as the last 2...

Adding new, but unsued, `_dec_str_to_int_inner()`, + discussion. * Issue: gh-118750

awaiting merge