[issue39887] Duplicate C object description of vectorcallfunc

2020-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I cannot reproduce it anymore after cleaning and building from zero. Perhaps it was a build artefact, vectorcallfunc was defined in Doc/c-api/typeobj.rst before 9a13a388f202268dd7b771638adbec132449b98b. Thank you for checking it Ashwin. -- resolut

[issue39887] Duplicate C object description of vectorcallfunc

2020-03-14 Thread Ashwin Ramaswami
Ashwin Ramaswami added the comment: I can no longer reproduce this issue. Has it been fixed? $ make html mkdir -p build Building NEWS from Misc/NEWS.d with blurb PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -W . build/html Running Sphinx v2.2.0 making output directory... don

[issue39887] Duplicate C object description of vectorcallfunc

2020-03-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ make html ... Warning, treated as error: /home/serhiy/py/cpython/Doc/c-api/call.rst:71:duplicate C object description of vectorcallfunc, other instance in /home/serhiy/py/cpython/Doc/c-api/typeobj.rst -- assignee: docs@python components: Documen