[issue42211] CRASH

2020-10-30 Thread STINNER Victor
STINNER Victor added the comment: This is a strange copy of my bpo-42208 issue... -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Using logging or warnings during Python finalization does crash Python ___ Pyt

[issue42211] CRASH

2020-10-30 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Please attach crash.py and logging.patch files -- nosy: +vstinner, xtreak ___ Python tracker ___ __

[issue42211] CRASH

2020-10-30 Thread Soham Badame
New submission from Soham Badame : If you apply attached logging.patch, Python crash using attached crash.py: $ echo|./python -i crash.py >>> >>> python: Python/_warnings.c:872: setup_context: Assertion `globals != NULL' failed. Abandon (core dumped) Attached logging.patch is a fix for bpo-