gh-141563: Enable test_cppext internal C API tests on macOS#144711
gh-141563: Enable test_cppext internal C API tests on macOS#144711vstinner merged 2 commits intopython:mainfrom
Conversation
Build the C API in C++11 mode on macOS.
|
!buildbot x86-64 MacOS Intel NoGIL |
|
🤖 New build scheduled with the buildbot fleet by @vstinner for commit 15ab9d4 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F144711%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
It doesn't work, there are many C++ compiler warnings. But I didn't expect |
|
!buildbot x86-64 MacOS Intel NoGIL |
|
🤖 New build scheduled with the buildbot fleet by @vstinner for commit 68ae13f 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F144711%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Aha, it works with |
|
🤖 New build scheduled with the buildbot fleet by @vstinner for commit 68ae13f 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F144711%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
And it passed on the test system that was failing yesterday. Thank you! |
…thon#144711) Build the C API in C++11 mode on macOS. (cherry picked from commit c6e418d)
Build the C API in C++11 mode on macOS.
datetimeC API is not thread-safe #141563