These are examples of duplicate #include directives that, as far as I can see, do not cause any side effects and therefore can be freely removed (although I have doubts about few cases):
|
#include <openssl/crypto.h> // FIPS_mode() |
|
#include "pycore_signal.h" // Py_NSIG |
The PR is on the way.
Linked PRs