]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Jul 2018 19:06:02 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 19:06:02 +0000 (12:06 -0700)
commit6f4fbf8ea428e13959a7aaba0ac9725ed407752a
treed74ccc5c24fed544aac0d4fbd177da18f11603d7
parent958a25ea9fdf3e47f3f0829073dc77c0869488dd
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)

(cherry picked from commit f60bf0e168255b7675a4c049250ba6b202f8e647)

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