]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 May 2022 18:21:11 +0000 (21:21 +0300)
committerGitHub <noreply@github.com>
Sat, 7 May 2022 18:21:11 +0000 (19:21 +0100)
commitbd030b633f98ea5d9f93ef0105a51d2faf67070d
tree09b99a250f129f53b7ec21aba2f1b35d503659fc
parent0924b95f6e678beaf4a059d679515956bac608fb
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
Python/sysmodule.c