On Tue, Dec 13, 2022 at 12:41:40PM -0500, Kurt Mosiejczuk wrote:
> https://docs.python.org/release/3.9.16/whatsnew/changelog.html#python-3-9-16-final
> This is an update for Python 3.9.16
> I've tested it on amd64 and sparc64
> (You can't see it in the diff, but I've left REVISION-tkinter=0 for
https://docs.python.org/release/3.9.16/whatsnew/changelog.html#python-3-9-16-final
This is an update for Python 3.9.16
I've tested it on amd64 and sparc64
(You can't see it in the diff, but I've left REVISION-tkinter=0 for -stable
purposes)
I dropped the sha3 patch since upstream has integrated
https://docs.python.org/release/3.9.15/whatsnew/changelog.html
gh-97616: Fix multiplying a list by an integer (list *= int): detect the
integer overflow when the new allocated length is close to the
maximum size. Issue reported by Jordan Limor. Patch by Victor
Stinner