# Feature or enhancement After https://github.com/python/cpython/pull/110277 I thought that there are several new modules that excercise some new C modules / types: - `test_type_params` - `test_type_aliases` I believe that these test are quite important, because they basically cover some parts of python grammar. So, should I add them to the pgo suite? CC @vstinner