Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-29520: Fixing deprecation warning while building docs #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

ultimatecoder
Copy link
Contributor

  • Description: According to bpo-29520 the Sphinx library has planned to remove defindex.html template from its source reference. Mentioned template is referenced here in cpython codebase. Because of this reason, a deprecation warning is fired at the time of building the documentation. Proposed fix copies the defindex.html file to templates for avoiding broken reference at future releases of Sphinx library.

  • Deprecation warning log

…hich

will depricate in next stable version of Sphinx library.
@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Feb 19, 2017
@methane
Copy link
Member

methane commented Feb 19, 2017

Have you seen #165?

@berkerpeksag
Copy link
Member

Thanks for the PR, but we went with #165.

@ncoghlan
Copy link
Contributor

Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint.

akruis pushed a commit to akruis/cpython that referenced this pull request Sep 11, 2018
… modules (python#170)

Many extension modules were created by Cython versions before commit
037bcf0 and were compiled with regular C-Python. These modules call
PyEval_EvalFrameEx() with a broken frame object.
This commit add code to recover a broken frame in PyEval_EvalFrameEx().

(cherry picked from commit f9094d2)
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 14, 2018
… modules (python#170)

Many extension modules were created by Cython versions before commit
037bcf0 and were compiled with regular C-Python. These modules call
PyEval_EvalFrameEx() with a broken frame object.
This commit add code to recover a broken frame in PyEval_EvalFrameEx().
isidentical added a commit to isidentical/cpython that referenced this pull request Oct 25, 2021
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants