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

bpo-29527: Disable broken Travis docs job #7

Merged
merged 1 commit into from
Feb 11, 2017
Merged

bpo-29527: Disable broken Travis docs job #7

merged 1 commit into from
Feb 11, 2017

Conversation

vstinner
Copy link
Member

Comment the job in .travis.yml until a fix is found.

See http://bugs.python.org/issue29527

@refi64
Copy link
Contributor

refi64 commented Feb 10, 2017

You could always just remove the -W temporarily, too, that way flat-out broken errors will still get caught...

@vstinner
Copy link
Member Author

You could always just remove the -W temporarily

Ok, let's try that. We can start without -W. And later, once all warnings are fixed, reenable -W. I'm now waiting for the busy Travis :-)

@brettcannon brettcannon self-requested a review February 11, 2017 00:00
@vstinner vstinner merged commit 0d5f110 into python:master Feb 11, 2017
@vstinner vstinner deleted the fix_travis branch February 11, 2017 00:26
@vstinner
Copy link
Member Author

I had prefer to wait for a confirmation that Travis tests pass, but Travis is currently flooded of new jobs because CPython just moved to GitHub and many happy developpers just created new pull requests. So I pushed the change anyway.

native-api pushed a commit to native-api/cpython that referenced this pull request Jun 5, 2018
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request Apr 19, 2022
7: Add warnings for sorting and comparison r=ltratt a=nanjekyejoannah

Most of the warnings are covered on the list sort method.

I added the missing warnings for the `cmp` and `__cmp__` method.

This replaces python#4 

Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request Jan 11, 2023
7: Port cmp with no extra slot r=ltratt a=nanjekyejoannah

Due to segfaults introducing a new `tp_compare` slot proved problematic. I have found a way of supporting `cmp` without a new slot. Tests are updated to match the new functionality where Py2.x doesn't fail.

I wanted to force push on [this branch] (https://github.com/softdevteam/pygrate3) but maybe you wanted to compare before I force push.

This replaces python#4 



Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request Apr 21, 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.

4 participants