mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
[3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552) (GH-110553)
(cherry picked from commit 89df5b73d0)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
13ad1219c9
commit
5afac0cf8d
3 changed files with 0 additions and 6 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#include <stddef.h> // ptrdiff_t
|
||||
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
#include "parts.h"
|
||||
#include "util.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#include <stddef.h> // ptrdiff_t
|
||||
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
#include "parts.h"
|
||||
#include "util.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#include <stddef.h> // ptrdiff_t
|
||||
|
||||
#include "parts.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue