You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the load_build function of Modules/_pickle.c, if setting a value in a dictionary fails, the dict variable does not have its reference counter decreased.
Bug report
Bug description:
In the
load_buildfunction ofModules/_pickle.c, if setting a value in a dictionary fails, thedictvariable does not have its reference counter decreased.Pull request was made at #126990
CPython versions tested on:
3.11
Operating systems tested on:
Linux
Linked PRs