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 loewis
Recipients alex, loewis
Date 2009-05-28.21:51:25
SpamBayes Score 6.438475e-07
Marked as misclassified No
Message-id <1243547487.23.0.0531347439521.issue6133@psf.upfronthosting.co.za>
In-reply-to
Content
-1. const.attr is not necessarily a constant. Indeed, "".join is *not* a
constant.

Furthermore, using this approach will lead to an endless series of types
to be added to marshalling, which is bad. For example, I believe that
current patch breaks on "".__class__
History
Date User Action Args
2009-05-28 21:51:27loewissetrecipients: + loewis, alex
2009-05-28 21:51:27loewissetmessageid: <1243547487.23.0.0531347439521.issue6133@psf.upfronthosting.co.za>
2009-05-28 21:51:26loewislinkissue6133 messages
2009-05-28 21:51:25loewiscreate