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 alex
Recipients alex
Date 2009-05-28.20:02:23
SpamBayes Score 5.6085682e-06
Marked as misclassified No
Message-id <1243540948.97.0.811090614584.issue6133@psf.upfronthosting.co.za>
In-reply-to
Content
Optimization now works in the shell fine, and
marshal.loads(marshal.dumps(''.join)) works fine in the shell.  However
when I try to run the tests the import of collections.namedtuple causes
the ValueError bad marshal data to appear, and I don't know why.  Could
it have to do with the fact that namedtuple dynamically creates classes
(though I don't see how one of those could ever be the subject of
LOAD_CONST).
History
Date User Action Args
2009-05-28 20:02:29alexsetrecipients: + alex
2009-05-28 20:02:28alexsetmessageid: <1243540948.97.0.811090614584.issue6133@psf.upfronthosting.co.za>
2009-05-28 20:02:27alexlinkissue6133 messages
2009-05-28 20:02:27alexcreate