Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
bpo-29527: Disable broken Travis docs job#7
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
You could always just remove the |
Ok, let's try that. We can start without -W. And later, once all warnings are fixed, reenable -W. I'm now waiting for thebusy 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. |
7: Port cmp with no extra slot r=ltratt a=nanjekyejoannahDue 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 replacespython#4 Co-authored-by: Joannah Nanjekye <jnanjekye@python.org>
Comment the job in .travis.yml until a fix is found.
Seehttp://bugs.python.org/issue29527