New submission from Mariatta <maria...@python.org>: We're seeing travis CI build failure against the nightly Python build v3.10.0a0.
Build log: https://travis-ci.org/github/python/blurb_it/jobs/707532881 Last few lines of the build log: In file included from /opt/python/3.10-dev/include/python3.10/unicodeobject.h:1026:0, from /opt/python/3.10-dev/include/python3.10/Python.h:97, from yarl/_quoting.c:4: /opt/python/3.10-dev/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( ^ yarl/_quoting.c: In function ‘__Pyx_decode_c_bytes’: yarl/_quoting.c:9996:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] return PyUnicode_FromUnicode(NULL, 0); ^ In file included from /opt/python/3.10-dev/include/python3.10/unicodeobject.h:1026:0, from /opt/python/3.10-dev/include/python3.10/Python.h:97, from yarl/_quoting.c:4: /opt/python/3.10-dev/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( ^ error: command '/usr/bin/gcc' failed with exit code 1 ---------------------------------------- ERROR: Failed building wheel for yarl I'm not familiar with that part of codebase. If anyone has any insight, it would be appreciated. Thanks. ---------- messages: 373843 nosy: Mariatta priority: normal severity: normal status: open title: Build failure in blurb-it repo: "Failed building wheel for yarl" type: compile error versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41326> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com