Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ab1cb80b435a34e4f908c97cd2f3a7fe8add6505 https://github.com/python/cpython/commit/ab1cb80b435a34e4f908c97cd2f3a7fe8add6505 Author: Stéphane Wirtel <stephane at wirtel.be> Date: 2017年06月08日 (2017年6月08日) Changed paths: M Python/pylifecycle.c Log Message: ----------- bpo-30547: Fix multiple reference leaks (#1995) Fix regressions introduced by: - bpo-22257: commits 1abcf6700b4da6207fe859de40c6c1bada6b4fec and 6b4be195cd8868b76eb6fbe166acc39beee8ce36 Co-Authored-By: Victor Stinner <victor.stinner at gmail.com> Co-Authored-By: Louie Lu <git at louie.lu>