mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
bpo-31370: Remove references to threadless builds (#8805)
Support for threadless builds was removed in a6a4dc81
.
This commit is contained in:
parent
508d820512
commit
eef059657d
4 changed files with 10 additions and 19 deletions
|
@ -237,7 +237,7 @@ PyEval_ReInitThreads(void)
|
|||
}
|
||||
|
||||
/* This function is used to signal that async exceptions are waiting to be
|
||||
raised, therefore it is also useful in non-threaded builds. */
|
||||
raised. */
|
||||
|
||||
void
|
||||
_PyEval_SignalAsyncExc(void)
|
||||
|
@ -245,10 +245,6 @@ _PyEval_SignalAsyncExc(void)
|
|||
SIGNAL_ASYNC_EXC();
|
||||
}
|
||||
|
||||
/* Functions save_thread and restore_thread are always defined so
|
||||
dynamically loaded modules needn't be compiled separately for use
|
||||
with and without threads: */
|
||||
|
||||
PyThreadState *
|
||||
PyEval_SaveThread(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue