{{ message }}
Commit 85e5cbd
committed
gh-121647: Define _Py_TYPEOF macro on more compilers
Extend the _Py_TYPEOF macro to more implementations of __typeof__ and standardized equivalents on C23 and C++11.
On MSVC, __typeof__ is enabled through _MSC_VER check; for others, an autoconf probe is implemented.1 parent 65feded commit 85e5cbd
4 files changed
Lines changed: 53 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6983 | 6983 | | |
6984 | 6984 | | |
6985 | 6985 | | |
| 6986 | + | |
| 6987 | + | |
| 6988 | + | |
| 6989 | + | |
| 6990 | + | |
| 6991 | + | |
| 6992 | + | |
| 6993 | + | |
| 6994 | + | |
| 6995 | + | |
| 6996 | + | |
| 6997 | + | |
| 6998 | + | |
6986 | 6999 | | |
6987 | 7000 | | |
6988 | 7001 | | |
| |||

0 commit comments