bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
PyErr_Print() will not return when the exception is a SystemExit, so decref the __main__ module object in that case.
Z
Zackery Spytz committed
d8cba5d16f1333fd625726fc72e66afbd45b8d00
Parent: 831c297
Committed by Antoine Pitrou <pitrou@free.fr>
on 7/3/2018, 7:47:22 PM