mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-40268: Remove explicit pythread.h includes (#19529)
Remove explicit pythread.h includes: it is always included by Python.h.
This commit is contained in:
parent
d01628e411
commit
62183b8d6d
28 changed files with 7 additions and 46 deletions
|
|
@ -104,8 +104,6 @@ class sigset_t_converter(CConverter):
|
|||
may not be the thread that received the signal.
|
||||
*/
|
||||
|
||||
#include "pythread.h"
|
||||
|
||||
static volatile struct {
|
||||
_Py_atomic_int tripped;
|
||||
PyObject *func;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue