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 vstinner
Recipients skrah, vstinner
Date 2012-04-27.22:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335565769.06.0.877907265124.issue14686@psf.upfronthosting.co.za>
In-reply-to
Content
It's my fault. It should be fixed by:

changeset:   76590:7bacccd889c2
tag:         tip
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Sat Apr 28 00:25:34 2012 +0200
files:       Objects/unicodeobject.c
description:
Fix my previous commit: bool is a long, restore the specical case for bool
History
Date User Action Args
2012-04-27 22:29:29vstinnersetrecipients: + vstinner, skrah
2012-04-27 22:29:29vstinnersetmessageid: <1335565769.06.0.877907265124.issue14686@psf.upfronthosting.co.za>
2012-04-27 22:29:28vstinnerlinkissue14686 messages
2012-04-27 22:29:28vstinnercreate