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
marked this pull request as ready for review
gpshead
changed the title
gh-90716: Increase size limits in _xxtestfuzz
gh-73691: Increase size limits in _xxtestfuzz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters