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 neologix
Recipients neologix, pitrou, vstinner
Date 2013-09-05.16:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378400398.96.0.0580722992203.issue18935@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64 Fedora without threads 3.x/builds/5074/steps/test/logs/stdio
"""
======================================================================
FAIL: test_timeout (test.test_regrtest.ParseArgsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/test/test_regrtest.py", line 30, in test_timeout
    self.assertEqual(ns.timeout, 4.2)
AssertionError: None != 4.2
"""

That's because the "--timeout" isn't supported if Python is built --without-threads.

Possible patch attached.
History
Date User Action Args
2013-09-05 16:59:59neologixsetrecipients: + neologix, pitrou, vstinner
2013-09-05 16:59:58neologixsetmessageid: <1378400398.96.0.0580722992203.issue18935@psf.upfronthosting.co.za>
2013-09-05 16:59:58neologixlinkissue18935 messages
2013-09-05 16:59:58neologixcreate