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 skrah
Recipients skrah, vstinner
Date 2011-04-11.06:26:31
SpamBayes Score 3.355481e-07
Marked as misclassified No
Message-id <1302503192.32.0.414479230775.issue11825@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, the tests fail on Debian if the option --without-threads is used:

./configure --with-pydebug --without-threads
make
make test

./python -Wd -E -bb  ./Lib/test/regrtest.py -l 
== CPython 3.3a0 (default:9140f2363623+, Jan 30 2011, 04:52:32) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
==   Linux-2.6.23.1-i686-with-debian-4.0 little-endian
==   /home/stefan/hg/default/build/test_python_24329
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, verbose=0, bytes_warning=2, quiet=0)
[  1/355] test_grammar
Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 1607, in <module>
    main()
  File "./Lib/test/regrtest.py", line 650, in main
    rerun_failed=verbose3, timeout=timeout)
  File "./Lib/test/regrtest.py", line 824, in runtest
    faulthandler.dump_tracebacks_later(timeout, exit=True)
AttributeError: 'module' object has no attribute 'dump_tracebacks_later'
History
Date User Action Args
2011-04-11 06:26:32skrahsetrecipients: + skrah, vstinner
2011-04-11 06:26:32skrahsetmessageid: <1302503192.32.0.414479230775.issue11825@psf.upfronthosting.co.za>
2011-04-11 06:26:31skrahlinkissue11825 messages
2011-04-11 06:26:31skrahcreate