| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
!buildbot iOS |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 03293ac 🤖 The command will test the builders whose names match following regular expression: iOS The builders matched are:
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks for fixing this. Sorry I didn't catch it yesterday! FWIW, I like your solution taking advantage of the f-string. 😄 |
Sorry, something went wrong.
…PI test. (python#120477) Use the correct loader for iOS.
|
GH-121561 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…PI test. (python#120477) Use the correct loader for iOS.
…PI test. (python#120477) Use the correct loader for iOS.
| Back | FazBrowse Home | New Git URL |
#119604 added a CAPI test for subinterpreters in the datetime tests; however, the test uses the ExtensionFileLoader to load _testcapi. iOS requires the use of the AppleFrameworkLoader.
The buildbot validation will fail because of #120476; however, with this PR, test_datetime no longer fails.