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 dmalcolm
Recipients dmalcolm
Date 2010-04-07.16:43:52
SpamBayes Score 1.7208595e-05
Marked as misclassified No
Message-id <1270658634.63.0.206332809787.issue8330@psf.upfronthosting.co.za>
In-reply-to
Content
There's also a deprecation warning in that log:
/home/doko/buildarea/trunk.klose-debian-alpha/build/Lib/test/test_gdb.py:229: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if e.message != 'unichr() arg not in range(0x10000) (narrow Python build)':

I'm attaching a fix for this; tested with -Wd and it works.

This doesn't yet address the other two failures.
History
Date User Action Args
2010-04-07 16:43:54dmalcolmsetrecipients: + dmalcolm
2010-04-07 16:43:54dmalcolmsetmessageid: <1270658634.63.0.206332809787.issue8330@psf.upfronthosting.co.za>
2010-04-07 16:43:52dmalcolmlinkissue8330 messages
2010-04-07 16:43:52dmalcolmcreate