-
-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Labels
Description
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.