| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Code looks good to me, but it might make sense to change the title to something like "Don't specialize RESUME_CHECK when specialization is disabled", which is what this is really doing. It's a good fix independent of free-threading concerns.
Sorry, something went wrong.
|
@DinoV made this atomic but we should still disable this if specialization is off anyways, for consistency's sake. |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot iOS ARM64 Simulator 3.x has failed when building commit 7fabcc7. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/1380/builds/134 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "/Users/buildbot/Library/Developer/XCTestDevices/AEE8DE28-E153-4624-933C-E9440AD6F955/data/Containers/Bundle/Application/02D17676-135F-425E-BBA6-933A29FA2609/iOSTestbed.app/python/lib/python3.13/test/test_posix.py", line 569, in test_confstr
self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: False != True
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
It was showing up as a race in tsan. Though other races still bubble up with vectorcall so we cant remove it from the ignore list for now.