summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2018-06-25-16-54-05.bpo-24596.Rkwova.rst
blob: 1b33fd4a44d723540c1a07fd0a7acf1d49b6ddd9 (plain)
1
2
Decref the module object in :c:func:`PyRun_SimpleFileExFlags` before calling
:c:func:`PyErr_Print()`.  Patch by Zackery Spytz.