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 methane
Recipients Mariatta, asvetlov, methane, ned.deily, vstinner
Date 2020-08-04.02:32:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596508323.34.0.53765693473.issue41326@roundup.psfhosted.org>
In-reply-to
Content
For the record, deprecation warning is just a waring. Build failure is coming from here:

```
  yarl/_quoting.c:1245:23: error: lvalue required as left operand of assignment
           Py_SIZE(list) = len+1;
```

It is not relating PEP 623, and it has been fixed already.
History
Date User Action Args
2020-08-04 02:32:03methanesetrecipients: + methane, vstinner, ned.deily, asvetlov, Mariatta
2020-08-04 02:32:03methanesetmessageid: <1596508323.34.0.53765693473.issue41326@roundup.psfhosted.org>
2020-08-04 02:32:03methanelinkissue41326 messages
2020-08-04 02:32:03methanecreate