bpo-29527: Disable broken Travis docs job by vstinner · Pull Request #7 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
You could always just remove the -W
temporarily, too, that way flat-out broken errors will still get caught...
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 :-)
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
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request
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
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
JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request
barneygale added a commit to barneygale/cpython that referenced this pull request
This was referenced
Feb 11, 2025