← 返回首页
Make Travis docs build more lenient by zware · Pull Request #16 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Make Travis docs build more lenient#16

Merged
vstinner merged 1 commit into
python:masterfrom
zware:lenient_travis_doc
Feb 11, 2017
Merged

Make Travis docs build more lenient#16
vstinner merged 1 commit into
python:masterfrom
zware:lenient_travis_doc

Conversation

zware commented Feb 11, 2017

Copy link
Copy Markdown
Member

No description provided.

codecov Bot commented Feb 11, 2017

Copy link
Copy Markdown

Codecov Report

Merging #16 into master will increase coverage by <.01%.

@@ Coverage Diff @@ ## master #16 +/- ## ========================================== + Coverage 82.37% 82.37% +<.01% ========================================== Files 1427 1427 Lines 350948 350948 ========================================== + Hits 289092 289097 +5 + Misses 61856 61851 -5

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d783b01...ccd9b40. Read the comment docs.

vstinner merged commit 29896ad into python:master Feb 11, 2017
zware deleted the lenient_travis_doc branch February 11, 2017 03:02
paulmon added a commit to paulmon/cpython that referenced this pull request Jan 10, 2019
don't rmtree() if directory doesn't exist
emmatyping referenced this pull request in emmatyping/cpython Mar 28, 2020
markshannon referenced this pull request in markshannon/cpython Sep 24, 2021
Drop test for tracing and inline coroutine creation
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request Dec 1, 2022
16: Warn for specific thread module methods r=ltratt a=nanjekyejoannah Dont merge until python#13 and python#14 are merged, some helper code cuts across. This replaces python#15 Threading module Notes Python 2: ``` >>> from thread import get_ident >>> from threading import get_ident Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name get_ident >>> import threading >>> from threading import _get_ident >>> ``` Python 3: ``` >>> from threading import get_ident >>> from thread import get_ident Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'thread' > ``` **Note:** There is no neutral way of porting Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Footer

© 2026 GitHub, Inc.