Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares.

This commit is contained in:
Neal Norwitz 2006-09-23 04:11:38 +00:00
parent 62e955ad13
commit d3f91908dd
3 changed files with 4 additions and 4 deletions

View file

@ -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