[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.

--
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 486 source files that are out of date
updating environment: [new config] 486 added, 0 changed, 0 removed
/home/epicfaace/cpython/Doc/venv/lib/python3.6/site-packages/sphinx/util/nodes.py:151:
 FutureWarning:  
   The iterable returned by Node.traverse()
   will become an iterator instead of a list in Docutils > 0.16.
  for classifier in reversed(node.parent.traverse(nodes.classifier)):
reading sources... [100%] whatsnew/index
   
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] whatsnew/index 
   
generating indices...  genindex py-modindexdone
writing additional pages...  download index search opensearchdone
copying images... [100%] using/win_installer.png
   
copying downloadable files... [100%] includes/tzinfo_examples.py
   
copying static files... ... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in build/html.

Build finished. The HTML pages are in build/html.

--
nosy: +epicfaace

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: Documentation
messages: 363584
nosy: docs@python, jdemeyer, petr.viktorin, serhiy.storchaka
priority: high
severity: normal
status: open
title: Duplicate C object description of vectorcallfunc
type: compile error
versions: Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com