-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
Upgrade to Python 2.7.12 #19735
Comments
comment:1
Breaks That's the kind of problems
Every single doctest relying on |
This comment has been minimized.
This comment has been minimized.
comment:3
what is the plan? this ticket seems to be important for Sage support on OSX 10.12 (aka Sierra), see #21567 |
comment:4
Haven't tested yet, I have a feeling we'll have to fix the |
Dependencies: #21552 |
comment:6
Gentoo has stabilized 2.7.12 so now I have a few doctests failures because of it.
fixed most of them, but I still have
in quadruple. At least, one doctest is currently in the don't know the cause of failure basket. |
This comment has been minimized.
This comment has been minimized.
Changed dependencies from #21552 to none |
comment:9
It looks like just the error message of the expected error changed. So it's just a matter of updating the doctest, no? |
comment:10
Yes just the error message of the doctest but don't forget to adjust |
comment:11
I am putting a branch together now. |
comment:12
At least one of the patches has actually been upstreamed, removing... |
comment:13
I didn't find a reference to #1222585 in the python Debian package. |
comment:14
Replying to @tobihan:
I guess one of the person pushing was a Gentoo dev. It is useful and the correct thing to do but the impact is probably invisible on a full GNU system. |
comment:15
The |
comment:16
xcode stuff added, will be trivial to regenerate the patch. |
Author: François Bissey |
Commit: |
comment:17
OK, I think the new New commits:
|
Branch: u/fbissey/python2.7.12 |
Reviewer: Volker Braun |
Changed branch from u/fbissey/python2.7.12 to |
Tarball: https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz
Since Python 2.7.13 has issues with
__new__
, I postpone that to #22037.CC: @dimpase @kiwifb @nexttime @vbraun @wluebbe
Component: packages: standard
Author: François Bissey
Branch/Commit:
85e931b
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/19735
The text was updated successfully, but these errors were encountered: