◐ Shell
clean mode source ↗

gh-117398: Use the correct module loader for iOS in datetime CAPI test. by freakboy3742 · Pull Request #120477 · python/cpython

#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.