python / cpython

The Python programming language
https://www.python.org/
Other
60.06k stars 29.09k forks source link

gh-118406: Add signature for sqlite3.Connection objects #118428

Closed erlend-aasland closed 2 weeks ago

erlend-aasland commented 3 weeks ago
erlend-aasland commented 2 weeks ago

Thanks for the review, Serhiy!

bedevere-bot commented 2 weeks ago

:warning::warning::warning: Buildbot failure :warning::warning::warning:

Hi! The buildbot iOS ARM64 Simulator 3.x has failed when building commit b568c2c1ff5c0b1922a6402dc95c588d7f9aa914.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/1380/builds/131) and take a look at the build logs.
  4. Check if the failure is related to this commit (b568c2c1ff5c0b1922a6402dc95c588d7f9aa914) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/1380/builds/131

Failed tests:

Failed subtests:

Summary of the results of the build (if available):

==

Click to see traceback logs ```python-traceback Traceback (most recent call last): File "/Users/buildbot/Library/Developer/XCTestDevices/CB3C9DB4-D7BD-4494-8F16-0B8E4FADD309/data/Containers/Bundle/Application/EFE40BCF-E499-4E5A-B0A5-D30A9A83D2F4/iOSTestbed.app/python/lib/python3.13/test/test_posix.py", line 569, in test_confstr self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True) ~~~~~~~~~~~~~^^^^^^^^^^^ ValueError: unrecognized configuration name ```