FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-30279: Remove unused Python/thread_foobar.h (#1473) · python/cpython@fdaeea6 · GitHub

/ cpython Public

Commit fdaeea6

Browse files
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

2 files changed

Lines changed: 0 additions & 138 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL