mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
b98f1715a3
create_filter() now expects the action as a _Py_Identifier which avoids string comparison, and more important, to avoid handling the "unknown action" annoying case.
Miscellaneous source files for the main Python shared library