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 ksurma
Recipients docs@python, ksurma, mark.dickinson
Date 2021-06-17.09:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623921159.88.0.111293851088.issue44426@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the fix, this indeed worked. Documentation however still doesn't build successfully, this time with a traceback:

Warning, treated as error:
/builddir/build/BUILD/Python-3.10.0b2/Doc/c-api/object.rst:314:Error in declarator or parameters
Error in declarator or parameters
Invalid C declaration: Expected identifier, got keyword: default [error at 62]
  Py_ssize_t PyObject_LengthHint(PyObject *o, Py_ssize_t default)
  --------------------------------------------------------------^
make: *** [Makefile:51: build] Error 2

I'm afraid there will be more on the way as this item is resolved.
History
Date User Action Args
2021-06-17 09:12:39ksurmasetrecipients: + ksurma, mark.dickinson, docs@python
2021-06-17 09:12:39ksurmasetmessageid: <1623921159.88.0.111293851088.issue44426@roundup.psfhosted.org>
2021-06-17 09:12:39ksurmalinkissue44426 messages
2021-06-17 09:12:39ksurmacreate