mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed
This commit is contained in:
parent
6b4953fd3d
commit
421c1319ad
4 changed files with 2 additions and 22 deletions
|
|
@ -229,15 +229,6 @@ PyEval_InitThreads(void)
|
|||
main_thread = PyThread_get_thread_ident();
|
||||
}
|
||||
|
||||
void
|
||||
_PyEval_FiniThreads(void)
|
||||
{
|
||||
if (interpreter_lock)
|
||||
PyThread_free_lock(interpreter_lock);
|
||||
interpreter_lock = 0;
|
||||
main_thread = 0;
|
||||
}
|
||||
|
||||
void
|
||||
PyEval_AcquireLock(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue