Issue #27574: Decreased an overhead of parsing keyword arguments in functions

implemented with using Argument Clinic.
This commit is contained in:
Serhiy Storchaka 2016-08-14 10:52:18 +03:00
parent b6f78c2755
commit 9171a8b4ce
36 changed files with 963 additions and 354 deletions

View file

@ -674,6 +674,7 @@ Py_FinalizeEx(void)
PySlice_Fini();
_PyGC_Fini();
_PyRandom_Fini();
_PyArg_Fini();
/* Cleanup Unicode implementation */
_PyUnicode_Fini();