Changes between Version 20 and Version 42 of Ticket #22037
- Timestamp:
- 01/04/17 11:03:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22037
-
Property
Authors
changed from
to
Jeroen Demeyer
- Property Cc charpent added
-
Property
Dependencies
changed from
#19735
to -
Property
Branch
changed from
u/nthiery/upgrade_to_python_2_7_13
tou/jdemeyer/upgrade_to_python_2_7_13
-
Property
Commit
changed from
b7bd4597e18af490dd9e6225e47b16d5ec8d79dc
toba486e12515ad417e2aa747dc5e525e0bedd3d4d
-
Property
Authors
changed from
-
Ticket #22037 – Description
v20 v42 1 Python 2.7.13rc1 leads to problems with sage related to `__new__`. It is likely related to this change that was included in Python: 2 https://bugs.python.org/issue5322 3 4 See the following discussion on sage-devel: 5 https://groups.google.com/forum/#!topic/sage-devel/IbugChsM26E 6 7 See also https://bugs.python.org/issue25731, where a patch at the same location was reverted as backward incompatible after causing a failure in Sage. 8 9 '''Tarball''': https://www.python.org/ftp/python/2.7.13/Python-2.7.13rc1.tgz 1 '''Tarball''': https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgz 10 2 11 3 Note: upgrade to Python 2.7.12 done in #19735.