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 vstinner
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, kbengine, pitrou, vstinner
Date 2014-10-21.08:10:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413879032.28.0.709725824892.issue22676@psf.upfronthosting.co.za>
In-reply-to
Content
> For example we can take numpy where some ufuncs (i.e. function-like objects implemented in C) don't have a __module__.

Oh. I was not aware of that. Is there a way to fix numpy to set the __module__ attribute? Maybe we should warn users that serialiaing objects without __module__ is much slower?
History
Date User Action Args
2014-10-21 08:10:32vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, pitrou, alexandre.vassalotti, kbengine
2014-10-21 08:10:32vstinnersetmessageid: <1413879032.28.0.709725824892.issue22676@psf.upfronthosting.co.za>
2014-10-21 08:10:32vstinnerlinkissue22676 messages
2014-10-21 08:10:32vstinnercreate