Message4677

Author rasjidw
Recipients rasjidw
Date 2009-05-13.01:31:55
SpamBayes Score 1.6844332e-07
Marked as misclassified No
Message-id <1242178316.39.0.988750770892.issue1344@psf.upfronthosting.co.za>
In-reply-to
Content
The following works under CPython, not under Jython:

from threading import Thread
t = Thread(name = 1)

In CPython the name is changed to a string where Jython raises an
exception.  This is still true for 2.5rc2.
History
Date User Action Args
2009-05-13 01:31:56rasjidwsetrecipients: + rasjidw
2009-05-13 01:31:56rasjidwsetmessageid: <1242178316.39.0.988750770892.issue1344@psf.upfronthosting.co.za>
2009-05-13 01:31:56rasjidwlinkissue1344 messages
2009-05-13 01:31:56rasjidwcreate