regarding `cpdef` + `noexcept`:
$ git grep cpdef | grep noexcept | wc -l
341
so there are quite a few of these in the repo.
Originally posted by @dimpase in #37792 (comment)
It seems cpdef functions don't show warnings for misuse of noexcept. We should investigate about this.