gh-146175: Soft-deprecate outdated macros; convert internal usage by encukou · Pull Request #146178 · python/cpython
Conversation
| Py_BUILD_ASSERT(sizeof(wchar_t) >= 4); | ||
| #else | ||
| Py_BUILD_ASSERT(sizeof(wchar_t) < 4); | ||
| #endif |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to move these checks into a sub-function called by _testcapi_exec()?
encukou
marked this pull request as ready for review
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request
ljfp pushed a commit to ljfp/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters