Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 2d348f7a723db839aa18ce8213b8663ccb0a3d35 https://github.com/python/cpython/commit/2d348f7a723db839aa18ce8213b8663ccb0a3d35 Author: Emily Morehouse <emily at cuttlesoft.com> Date: 2017年06月27日 (2017年6月27日) Changed paths: M Misc/ACKS M Modules/posixmodule.c Log Message: ----------- [3.6] bpo-30769: Fix reference leak introduced in 77703942c59 (GH-2416) (#2425) New error condition paths were introduced, which did not decrement `key2` and `val2` objects. Therefore, decrement references before jumping to the error label. Signed-off-by: Eric N. Vander Weele <ericvw at gmail.com> (cherry picked from commit a7874c73c0c729bbec2fd4b077bd0eec276cfff4)