diff options
| author | Victor Stinner <vstinner@python.org> | 2022-01-22 22:55:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 22:55:39 +0100 |
| commit | 1626bf4ac7aef1244e6f886e63a31f7ed65fbd10 (patch) | |
| tree | 21e80b2b17eaff62c94f0cecd764e7f7ddba6265 /Lib/test/test_importlib/test_resource.py | |
| parent | 621a45ccacd121f9ae4d8a539f040410c74b253b (diff) | |
| download | cpython-git-1626bf4ac7aef1244e6f886e63a31f7ed65fbd10.tar.gz | |
bpo-46417: Clear Unicode static types at exit (GH-30806)
Add _PyUnicode_FiniTypes() function, called by
finalize_interp_types(). It clears these static types:
* EncodingMapType
* PyFieldNameIter_Type
* PyFormatterIter_Type
_PyStaticType_Dealloc() now does nothing if tp_subclasses
is not NULL.
Diffstat (limited to 'Lib/test/test_importlib/test_resource.py')
0 files changed, 0 insertions, 0 deletions
