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 pitrou
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, kbengine, pitrou, vstinner
Date 2014-10-21.08:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413878936.99.0.39561314778.issue22676@psf.upfronthosting.co.za>
In-reply-to
Content
So, a proper way to reproduce it is through Ellipsis (which does go through whichmodule()):

$ PYTHONHASHSEED=0 python3.4 -m timeit -s "import pickle; d=Ellipsis" "pickle.dumps(d)"
1000 loops, best of 3: 201 usec per loop
History
Date User Action Args
2014-10-21 08:08:57pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, vstinner, alexandre.vassalotti, kbengine
2014-10-21 08:08:56pitrousetmessageid: <1413878936.99.0.39561314778.issue22676@psf.upfronthosting.co.za>
2014-10-21 08:08:56pitroulinkissue22676 messages
2014-10-21 08:08:56pitroucreate