◐ Shell
clean mode source ↗

gh-73691: Increase size limits in _xxtestfuzz by gpshead · Pull Request #99070 · python/cpython

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.

@gpshead self-assigned this

Nov 3, 2022

@gpshead gpshead marked this pull request as ready for review

November 3, 2022 19:24

@gpshead gpshead changed the title gh-90716: Increase size limits in _xxtestfuzz gh-73691: Increase size limits in _xxtestfuzz

Nov 3, 2022

@gpshead

ammaraskar