Files
Emily Morehouse 2d348f7a72 [3.6] bpo-30769: Fix reference leak introduced in 77703942c5 (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@gmail.com>
(cherry picked from commit a7874c73c0)
2017-06-27 07:59:25 +03:00
..
2016-09-08 09:15:54 -07:00
2016-09-21 14:36:44 +02:00
2016-08-21 17:43:58 +10:00
2016-10-28 12:16:21 +03:00
2016-09-06 10:46:49 -07:00
2016-03-07 14:52:46 -05:00
2016-09-18 18:12:21 -07:00
2016-09-14 23:53:47 -07:00
2016-09-14 23:53:47 -07:00
2017-01-31 23:31:10 -08:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.