Skip to content
Prev Previous commit
Next Next commit
Update attribution in Misc/NEWS.d
Co-authored-by: Christian Heimes <[email protected]>
  • Loading branch information
gpshead and tiran committed Sep 1, 2022
commit 58a4f643546caa7f6ad962d67f4e5dfcbedb9a9c
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ This new limit can be configured or disabled by environment variable, command
line flag, or :mod:`sys` APIs. See the :ref:`integer string conversion length
limitation <int_max_str_digits>` documentation. The default limit is 4300
digits in string form.

Patch by Gregory P. Smith [Google] and Christian Heimes [Red Hat] with feedback from
Victor Stinner, Thomas Wouters, and Steve Dower.