From 97e8d1ec12b5ca399f49b7996d40838e2199de8c Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Tue, 2 Apr 2024 18:37:50 -0600 Subject: [PATCH] Add a missing decref. --- Python/interpconfig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/interpconfig.c b/Python/interpconfig.c index 419f40ae62a89e..54e5dca284c215 100644 --- a/Python/interpconfig.c +++ b/Python/interpconfig.c @@ -210,6 +210,8 @@ interp_config_from_dict(PyObject *origdict, PyInterpreterConfig *config, "config dict has %d extra items (%R)", unused, dict); goto error; } + + Py_DECREF(dict); return 0; error: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy