-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
gh-141563: Enable test_cppext internal C API tests on macOS #144711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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