mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
This commit is contained in:
parent
a388bbd3f1
commit
a75e730075
1 changed files with 2 additions and 0 deletions
|
|
@ -3271,6 +3271,8 @@ module_free(void *m)
|
|||
Py_CLEAR(context_kwname);
|
||||
|
||||
module_free_freelists();
|
||||
|
||||
module_initialized = 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue