Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)

This reverts commit b36e5d627d.
This commit is contained in:
Victor Stinner 2019-04-29 13:04:07 +02:00 committed by GitHub
parent b36e5d627d
commit 99fcc616d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 26 deletions

View file

@ -54,9 +54,6 @@ struct _ceval_runtime_state {
PyAPI_FUNC(void) _PyEval_Initialize(struct _ceval_runtime_state *);
PyAPI_FUNC(void) _PyEval_FiniThreads(void);
PyAPI_FUNC(void) _PyEval_FiniThreads2(void);
#ifdef __cplusplus
}
#endif