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 alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou, sbt, vstinner
Date 2011-12-06.02:36:52
SpamBayes Score 0.00043761558
Marked as misclassified No
Message-id <1323139013.33.0.56988253806.issue13520@psf.upfronthosting.co.za>
In-reply-to
Content
This might not be the case anymore, but __module__ can sometime be None. There is some discussion about this in Issue 3657. We should define the expected behavior when this happens.

Also, I don't think backward-compatibility of the protocol is a big issue if we use the getattr approach. I feel bumping the protocol version is only necessary if we introduce new opcodes or change their interpretation.
History
Date User Action Args
2011-12-06 02:36:53alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, vstinner, sbt
2011-12-06 02:36:53alexandre.vassalottisetmessageid: <1323139013.33.0.56988253806.issue13520@psf.upfronthosting.co.za>
2011-12-06 02:36:52alexandre.vassalottilinkissue13520 messages
2011-12-06 02:36:52alexandre.vassalotticreate