Skip to content
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

Make Travis docs build more lenient #16

Merged
merged 1 commit into from
Feb 11, 2017

Conversation

zware
Copy link
Member

@zware zware commented Feb 11, 2017

No description provided.

@codecov
Copy link

codecov bot commented Feb 11, 2017

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 vstinner merged commit 29896ad into python:master Feb 11, 2017
@zware 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 added a commit to emmatyping/cpython that referenced this pull request 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
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