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 georg.brandl
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, kbengine, pitrou, vstinner
Date 2014-10-21.07:14:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
HasAttr would just call GetAttr and discard the exception.

@ OP: what objects are you pickling? You can give them a __module__ attribute to save the lookup in sys.modules.
History
Date User Action Args
2014-10-21 07:14:08georg.brandlsetrecipients: + georg.brandl, brett.cannon, pitrou, vstinner, alexandre.vassalotti, kbengine
2014-10-21 07:14:08georg.brandlsetmessageid: <[email protected]>
2014-10-21 07:14:08georg.brandllinkissue22676 messages
2014-10-21 07:14:08georg.brandlcreate