]> granicus.if.org Git - python/commit
Issue #27736: Prevent segfault after interpreter re-initialization due
authorNed Deily <nad@python.org>
Mon, 15 Aug 2016 18:40:38 +0000 (14:40 -0400)
committerNed Deily <nad@python.org>
Mon, 15 Aug 2016 18:40:38 +0000 (14:40 -0400)
commiteb3be66b3a825c56bb2bcd9ce4ad237585187c64
treed63ba8153677430a143d994005e2268298b16e7e
parent652bad4f4aea91966bac69c7405351eb8e475add
Issue #27736: Prevent segfault after interpreter re-initialization due
to ref count problem introduced in code for Issue #27038 in 3.6.0a3.
Patch by Xiang Zhang.
Misc/NEWS
Modules/posixmodule.c