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 berker.peksag
Recipients berker.peksag, ezio.melotti, michael.foord, pitrou, python-dev, serhiy.storchaka
Date 2015-05-16.18:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431801703.15.0.635522895571.issue24210@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch.

An unrelated failure:

$ ./python -Werror -m test test_slice
[1/1] test_slice
test test_slice failed -- Traceback (most recent call last):
  File "/home/berker/projects/cpython/default/Lib/test/test_slice.py", line 82, in test_hash
    self.assertRaises(TypeError, slice(5).__hash__)
  File "/home/berker/projects/cpython/default/Lib/unittest/case.py", line 711, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/home/berker/projects/cpython/default/Lib/unittest/case.py", line 153, in handle
    DeprecationWarning, 3)
DeprecationWarning: callable is None
History
Date User Action Args
2015-05-16 18:41:43berker.peksagsetrecipients: + berker.peksag, pitrou, ezio.melotti, michael.foord, python-dev, serhiy.storchaka
2015-05-16 18:41:43berker.peksagsetmessageid: <1431801703.15.0.635522895571.issue24210@psf.upfronthosting.co.za>
2015-05-16 18:41:43berker.peksaglinkissue24210 messages
2015-05-16 18:41:42berker.peksagcreate