Uh oh!
There was an error while loading. Please reload this page.
gh-146238: support half-floats in the array module - #146242
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
ac5646a to
2bac9b5CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
vstinner
left a comment
There was a problem hiding this comment.
LGTM. I have a minor suggestion on the test.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Mar 30, 2026
Hum. It seems like the CI is stuck :-( I clicked on [Update branch] to try to unblock the CI. |
vstinner
commented
Mar 30, 2026
There are test failures. Example on Windows x64: https://github.com/python/cpython/actions/runs/23743340664/job/69165604606?pr=146242 |
skirpichev
commented
Mar 30, 2026
e8bb6f3 is the problem: |
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Mar 30, 2026
Ooops. I fixed test_array in the following commit. |
vstinner
commented
Mar 30, 2026
I modified example, smallerexample and biggerexample values of |
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Mar 30, 2026
Merged, thanks for your contribution. |
* main: pythongh-145458: use `self.skip_idle` consistently in the tachyon profiler (python#145459) pythongh-146615: Fix format specifiers in Objects/ directory (pythonGH-146620) pythongh-146615: Fix format specifiers in Python/ directory (pythonGH-146619) pythongh-146615: Fix format specifiers in test cextensions (pythonGH-146618) pythongh-146615: Fix format specifiers in extension modules (pythonGH-146617) pythongh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (pythonGH-146634) pythongh-146376: Reduce timeout in Emscripten GHA workflow (python#146378) pythongh-146442: Fix various bugs in compiler pipeline (python#146443) pythongh-146238: Support half-floats in the array module (python#146242) pythongh-145056: Add support for merging collections.UserDict and frozendict (pythonGH-146465) pythongh-145056: Fix merging of collections.OrderedDict and frozendict (pythonGH-146466) pythongh-139633: Run netrc file permission check only once per parse (pythonGH-139634)
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
📚 Documentation preview 📚: https://cpython-previews--146242.org.readthedocs.build/