Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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):
Line 30 in 634cb61
| #include<Python.h> |
cpython/Modules/_hashopenssl.c
Line 40 in 634cb61
| #include<openssl/crypto.h>// FIPS_mode() |
Line 16 in 634cb61
| #include<stddef.h> |
cpython/Modules/signalmodule.c
Line 31 in 634cb61
| #include"pycore_signal.h"// Py_NSIG |
Line 12 in 634cb61
| #include<Python.h> |
The PR is on the way.
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error