This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mariatta
Recipients Mariatta
Date 2020-07-17.18:18:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595009891.48.0.976644515939.issue41326@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-17 18:18:11Mariattasetrecipients: + Mariatta
2020-07-17 18:18:11Mariattasetmessageid: <1595009891.48.0.976644515939.issue41326@roundup.psfhosted.org>
2020-07-17 18:18:11Mariattalinkissue41326 messages
2020-07-17 18:18:11Mariattacreate