mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
implemented with using Argument Clinic.
This commit is contained in:
parent
b6f78c2755
commit
9171a8b4ce
36 changed files with 963 additions and 354 deletions
|
|
@ -674,6 +674,7 @@ Py_FinalizeEx(void)
|
|||
PySlice_Fini();
|
||||
_PyGC_Fini();
|
||||
_PyRandom_Fini();
|
||||
_PyArg_Fini();
|
||||
|
||||
/* Cleanup Unicode implementation */
|
||||
_PyUnicode_Fini();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue