SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-73691: Increase size limits in _xxtestfuzz (#99070)

Now that our int<->str conversions are size limited and we have the
_pylong module handling larger integers, we don't need to limit
everything just to avoid wasting time in the quadratic time DoS-like
case while fuzzing.

We can tweak these further after seeing how this goes.
G
Gregory P. Smith committed
bee107028922adc55421611b4bf7da14b8a64010
Parent: 0ee59a9
Committed by GitHub <noreply@github.com> on 11/3/2022, 9:41:20 PM