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 python-dev
Recipients benjamin.peterson, gpolo, loewis, python-dev, serhiy.storchaka, vstinner
Date 2015-04-22.08:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150422080231.18909.50615@psf.io>
In-reply-to
Content
New changeset 4bf210f59ac6 by Serhiy Storchaka in branch '2.7':
Issue #16840: Skip bignum tests on minor releases where they are not supported.
https://hg.python.org/cpython/rev/4bf210f59ac6

New changeset 97519d85b5c8 by Serhiy Storchaka in branch '3.4':
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
https://hg.python.org/cpython/rev/97519d85b5c8

New changeset 701b830abbf0 by Serhiy Storchaka in branch 'default':
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
https://hg.python.org/cpython/rev/701b830abbf0
History
Date User Action Args
2015-04-22 08:02:38python-devsetrecipients: + python-dev, loewis, vstinner, benjamin.peterson, gpolo, serhiy.storchaka
2015-04-22 08:02:38python-devlinkissue16840 messages
2015-04-22 08:02:38python-devcreate