]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 May 2022 04:12:52 +0000 (21:12 -0700)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 04:12:52 +0000 (21:12 -0700)
commit14bd6df0940e005c57745abf550c83f046de9a03
treee3d61ddcdbe02679c7c60ac2723277afa83aa89b
parent565a5a32962c16aa7d494002b625d308d044a72f
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)

(cherry picked from commit bd030b633f98ea5d9f93ef0105a51d2faf67070d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/sysmodule.c