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
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
These files do not use offset or ptrdiff_t that some files use:
diff --git Modules/_testcapi/abstract.c Modules/_testcapi/abstract.c index 81a3dea4c1d..a93477a7090 100644 --- Modules/_testcapi/abstract.c+++ Modules/_testcapi/abstract.c@@ -1,5 +1,3 @@-#include <stddef.h> // ptrdiff_t- #include "parts.h" #include "util.h" diff --git Modules/_testcapi/dict.c Modules/_testcapi/dict.c index 810989fbed8..5f6a1a037dc 100644 --- Modules/_testcapi/dict.c+++ Modules/_testcapi/dict.c@@ -1,5 +1,3 @@-#include <stddef.h> // ptrdiff_t- #include "parts.h" #include "util.h" diff --git Modules/_testcapi/set.c Modules/_testcapi/set.c index f68a1859698..35e686e1e29 100644 --- Modules/_testcapi/set.c+++ Modules/_testcapi/set.c@@ -1,5 +1,3 @@-#include <stddef.h> // ptrdiff_t- #include "parts.h" #include "util.h" I suggest removing them.
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error