This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, gpolo, loewis, serhiy.storchaka
Date 2015-02-21.19:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424545375.83.0.833308180775.issue16840@psf.upfronthosting.co.za>
In-reply-to
Content
But there is a risk to break Python builds with old Tcl/Tk. We dropped support of Tcl/Tk older than 8.4 in 3.5, but theoretically 2.7 should work with older versions. It was not tested for years, we have no build bots with 8.3, and I manually test Python only with 8.4+ (it is harder to build 8.3, not mentioning older versions). But AFAIK wideInt was not supported in 8.3, so code and tests should be adapted for optional support of integers outside 32-bit range.

I could try to build 8.3 and adapt the patch, but I'm not very motivated in this. And I can't take the responsibility of committing the patch blindly, without testing with different options.
History
Date User Action Args
2015-02-21 19:02:55serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, benjamin.peterson, gpolo
2015-02-21 19:02:55serhiy.storchakasetmessageid: <1424545375.83.0.833308180775.issue16840@psf.upfronthosting.co.za>
2015-02-21 19:02:55serhiy.storchakalinkissue16840 messages
2015-02-21 19:02:55serhiy.storchakacreate