gh-76007: Deprecate __version__ attribute#138675
Conversation
|
Reviewed the SBOM changes. |
Sorry, something went wrong.
merwok
left a comment
There was a problem hiding this comment.
thanks for this!
Sorry, something went wrong.
vsajip
left a comment
There was a problem hiding this comment.
I'm fine with the logging-related changes, thank you.
Sorry, something went wrong.
Co-authored-by: AN Long <aisk@users.noreply.github.com>
savannahostrowski
left a comment
There was a problem hiding this comment.
LGTM for argparse! Thanks Hugo!
Sorry, something went wrong.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
vstinner
left a comment
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
872eafd
into
python:main
Sep 29, 2025
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Windows PGO NoGIL 3.x (tier-1) has failed when building commit 872eafd. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/1622/builds/2753 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\test\test_zipfile\test_core.py", line 1435, in test_write_filtered_python_package
zipfp.writepy(packagedir)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\zipfile\__init__.py", line 2226, in writepy
self.writepy(path, basename,
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
filterfunc=filterfunc) # Recursive call
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\zipfile\__init__.py", line 2233, in writepy
fname, arcname = self._get_codename(path[0:-3],
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
basename)
^^^^^^^^^
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\zipfile\__init__.py", line 2313, in _get_codename
if _compile(file_py):
~~~~~~~~^^^^^^^^^
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\zipfile\__init__.py", line 2276, in _compile
py_compile.compile(file, doraise=True, optimize=optimize)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\py_compile.py", line 172, in compile
importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap_external>", line 217, in _write_atomic
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\Administrator\\buildarea\\3.x.itamaro-win64-srv-22-aws.nogil.pgo\\build\\Lib\\test\\test_ast\\__pycache__\\snippets.cpython-315.pyc.3206632993856' -> 'C:\\Users\\Administrator\\buildarea\\3.x.itamaro-win64-srv-22-aws.nogil.pgo\\build\\Lib\\test\\test_ast\\__pycache__\\snippets.cpython-315.pyc'
|
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Windows PGO NoGIL 3.x (tier-1) has failed when building commit 872eafd. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/1622/builds/2755 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\test\test_launcher.py", line 445, in test_search_major_3
self.assertEqual("PythonCore", data["env.company"])
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'PythonCore' != 'PythonTestSuite'
- PythonCore
+ PythonTestSuite
Traceback (most recent call last):
File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.nogil.pgo\build\Lib\test\test_launcher.py", line 465, in test_search_major_2
self.assertEqual("PythonCore", data["env.company"])
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'PythonCore' != 'PythonTestSuite'
- PythonCore
+ PythonTestSuite
|
Sorry, something went wrong.
|
Buildbot failure unrelated: likely a problem with the buildbot state requiring a restart. |
Sorry, something went wrong.
📚 Documentation preview 📚: https://cpython-previews--138675.org.readthedocs.build/