mirror of
https://github.com/python/cpython.git
synced 2025-09-10 10:47:34 +00:00
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.
This commit is contained in:
parent
ef9c0e732f
commit
fdaeea620f
2 changed files with 0 additions and 138 deletions
|
@ -92,12 +92,6 @@ static size_t _pythread_stacksize = 0;
|
|||
#endif
|
||||
|
||||
|
||||
/*
|
||||
#ifdef FOOBAR_THREADS
|
||||
#include "thread_foobar.h"
|
||||
#endif
|
||||
*/
|
||||
|
||||
/* return the current thread stack size */
|
||||
size_t
|
||||
PyThread_get_stacksize(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue