[New-bugs-announce] [issue33379] PyImport_Cleanup is called with builtins_copy == NULL in test_embed

Serhiy Storchaka report at bugs.python.org
Sat Apr 28 18:03:00 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

PyImport_Cleanup is called with builtins_copy == NULL in run_embedded_interpreter() in Lib/test/test_embed.py. This error was silenced by calling PyErr_Clear(), but it still looks as error to me. It was exposed by PR 6606.

----------
components: Interpreter Core
messages: 315868
nosy: brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
priority: normal
severity: normal
status: open
title: PyImport_Cleanup is called with builtins_copy == NULL in test_embed
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33379>
_______________________________________


More information about the New-bugs-announce mailing list