Message 315868 - Python tracker

Message315868

Author serhiy.storchaka
Recipients brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2018-04-28.22:03:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524952980.52.0.682650639539.issue33379@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-28 22:03:00serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow
2018-04-28 22:03:00serhiy.storchakasetmessageid: <1524952980.52.0.682650639539.issue33379@psf.upfronthosting.co.za>
2018-04-28 22:03:00serhiy.storchakalinkissue33379 messages
2018-04-28 22:03:00serhiy.storchakacreate