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 terry.reedy
Recipients alex, collinwinter, loewis, rhettinger, terry.reedy
Date 2009-05-29.20:24:59
SpamBayes Score 0.16057222
Marked as misclassified No
Message-id <1243628701.02.0.238860963294.issue6133@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, I agree that we would have to think carefully about all
attributes of all constants loaded by LOAD_CONST, and about
special-casing marshal, but given that "'str' object attribute 'join' is
read-only", how is ''.join not a constant?  Do you have another example
in mind?
History
Date User Action Args
2009-05-29 20:25:01terry.reedysetrecipients: + terry.reedy, loewis, collinwinter, rhettinger, alex
2009-05-29 20:25:01terry.reedysetmessageid: <1243628701.02.0.238860963294.issue6133@psf.upfronthosting.co.za>
2009-05-29 20:24:59terry.reedylinkissue6133 messages
2009-05-29 20:24:59terry.reedycreate