[Python-checkins] [python/cpython] a7874c: bpo-30769: Fix reference leak introduced in 777039...

GitHub noreply at github.com
Mon Jun 26 21:35:21 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: a7874c73c0c729bbec2fd4b077bd0eec276cfff4
      https://github.com/python/cpython/commit/a7874c73c0c729bbec2fd4b077bd0eec276cfff4
  Author: Eric N. Vander Weele <ericvw at gmail.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M Misc/ACKS
    M Modules/posixmodule.c

  Log Message:
  -----------
  bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)

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>




More information about the Python-checkins mailing list