Skip to content

Commit fdaeea6

Browse files
ma8mavstinner
authored andcommitted
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Python/thread_foobar.h is the template code that is threading adaptation for new platforms, also hasn't been used on actual platforms. Python/thread_*.h give concrete examples of adaptation instead of the template code.
1 parent ef9c0e7 commit fdaeea6

File tree

2 files changed

+0
-138
lines changed

2 files changed

+0
-138
lines changed

Python/thread.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ static size_t _pythread_stacksize = 0;
9292
#endif
9393

9494

95-
/*
96-
#ifdef FOOBAR_THREADS
97-
#include "thread_foobar.h"
98-
#endif
99-
*/
100-
10195
/* return the current thread stack size */
10296
size_t
10397
PyThread_get_stacksize(void)

Python/thread_foobar.h

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)