Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Closed
ultimatecoder wants to merge 1 commit intopython:masterpython/cpython:masterfrom
ultimatecoder:master-fix-issue-29520ultimatecoder/cpython:master-fix-issue-29520Copy head branch name to clipboard
Closed

bpo-29520: Fixing deprecation warning while building docs#170
ultimatecoder wants to merge 1 commit intopython:masterpython/cpython:masterfrom
ultimatecoder:master-fix-issue-29520ultimatecoder/cpython:master-fix-issue-29520Copy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.