| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM. Can you also update https://peps.python.org/pep-0011/#tier-3 ?
Sorry, something went wrong.
|
By the way, https://peps.python.org/pep-0776/ is still a draft. |
Sorry, something went wrong.
There was a problem hiding this comment.
@hoodmane approved the pr
Sorry, something went wrong.
| [x86_64-*-freebsd*/clang], [PY_SUPPORT_TIER=3], dnl FreeBSD on AMD64 | ||
| [aarch64-apple-ios*-simulator/clang], [PY_SUPPORT_TIER=3], dnl iOS Simulator on arm64 | ||
| [aarch64-apple-ios*/clang], [PY_SUPPORT_TIER=3], dnl iOS on ARM64 | ||
| [aarch64-apple-ios*/clang], [PY_SUPPORT_TIER=3], dnl iOS on ARM64 |
There was a problem hiding this comment.
I think it would be better to indent the other entries more to line up with the line containing aarch64-apple-ios*-simulator/clang (so that all the PY_SUPPORT_TIER lines are aligned)
Sorry, something went wrong.
There was a problem hiding this comment.
Agreed. I'll push a change to that effect.
Sorry, something went wrong.
Noted; however, Emscripten is a bit of a weird case. WASI and Emscripten were both at Tier 3 for Py3.12, without a PEP existing at all; WASI is at Tier 2, and doesn't have a PEP. In addition, the Steering Council has approved restoration to Tier 3 for Emscripten (python/steering-council#256). I absolutely agree that we should finalize PEP 776; but I don't personally consider it a blocker for this PR. |
Sorry, something went wrong.
|
Thanks @hoodmane for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
…ythonGH-136230) Updates configure script to identify Emscripten as Tier 3. (cherry picked from commit 6ea4258) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
|
GH-136445 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…GH-136230) (#136445) Updates configure script to identify Emscripten as Tier 3. (cherry picked from commit 6ea4258) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot aarch64 Fedora Stable Refleaks 3.14 (tier-2) has failed when building commit e0b9f07. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/1710/builds/252 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_perf_profiler.py", line 373, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertEqual(stderr, "")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^
AssertionError: 'Warning:\nProcessed 1307 events and lost [35 chars]\n\n' != ''
- Warning:
- Processed 1307 events and lost 5 chunks!
-
- Check IO/CPU overload!
-
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 3472, in test_rapid_restart
manager.start()
~~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/managers.py", line 570, in start
self._address = reader.recv()
~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py", line 256, in recv
buf = self._recv_bytes()
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py", line 447, in _recv_bytes
buf = self._recv(4)
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py", line 416, in _recv
raise EOFError
EOFError
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/managers.py", line 595, in _run_server
server = cls._Server(registry, address, authkey, serializer)
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/managers.py", line 160, in __init__
self.listener = Listener(address=address, backlog=128)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py", line 481, in __init__
self._listener = SocketListener(address, family, backlog)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py", line 625, in __init__
self._socket.bind(address)
~~~~~~~~~~~~~~~~~^^^^^^^^^
OSError: [Errno 98] Address already in use
ERROR
Warning -- Dangling processes: {<SpawnProcess name='QueueManager-12' pid=220210 parent=188549 stopped exitcode=1>}
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_perf_profiler.py", line 373, in test_python_calls_appear_in_the_stack_if_perf_activated
self.assertEqual(stderr, "")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^
AssertionError: 'Warning:\nProcessed 1469 events and lost [35 chars]\n\n' != ''
- Warning:
- Processed 1469 events and lost 2 chunks!
-
- Check IO/CPU overload!
-
|
Sorry, something went wrong.
…ython#136230) Updates configure script to identify Emscripten as Tier 3.
…ython#136230) Updates configure script to identify Emscripten as Tier 3.
…ython#136230) Updates configure script to identify Emscripten as Tier 3.
…ython#136230) Updates configure script to identify Emscripten as Tier 3.
…ython#136230) Updates configure script to identify Emscripten as Tier 3.
…arning (pythonGH-136230) (python#136445) Updates configure script to identify Emscripten as Tier 3. (cherry picked from commit 6ea4258) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.