New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33379>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to