mirror of
https://github.com/python/cpython.git
synced 2026-05-07 02:51:00 +00:00
Backport rev. 51987: superfluous semicola.
This commit is contained in:
parent
edd81b2402
commit
b14b59fcf9
3 changed files with 4 additions and 4 deletions
|
|
@ -501,7 +501,7 @@ _PyGILState_Fini(void)
|
|||
{
|
||||
PyThread_delete_key(autoTLSkey);
|
||||
autoTLSkey = 0;
|
||||
autoInterpreterState = NULL;;
|
||||
autoInterpreterState = NULL;
|
||||
}
|
||||
|
||||
/* When a thread state is created for a thread by some mechanism other than
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue