mirror of
https://github.com/python/cpython.git
synced 2026-08-08 20:17:11 +08: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