mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
The previous version was correct in terms of behaviour, but checking the return value of PyErr_WarnFormat allows to avoid calling PyErr_Occurred and silences the coverity alarm.
Miscellaneous source files for the main Python shared library