mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
avoid warning when SchedParamType is not used
This commit is contained in:
parent
e3298dda6d
commit
bad9c2f13a
1 changed files with 2 additions and 0 deletions
|
@ -1609,7 +1609,9 @@ static PyTypeObject WaitidResultType;
|
|||
static int initialized;
|
||||
static PyTypeObject StatResultType;
|
||||
static PyTypeObject StatVFSResultType;
|
||||
#if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER)
|
||||
static PyTypeObject SchedParamType;
|
||||
#endif
|
||||
static newfunc structseq_new;
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue