Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.1k
Closed
Description
Bug report
Bug description:
Include/pyport.h currently only guards use of__attribute__((fallthrough)) with_Py__has_attribute(fallthrough). Clang versions prior to 10 do not support this syntax, but do claim to support the fallthrough attribute (because they support the C++11 style[[fallthrough]]).
CPython versions tested on:
3.14
Operating systems tested on:
macOS