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 Larry.Pete, alexandre.vassalotti, amaury.forgeotdarc, pitrou
Date 2013-09-25.21:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380142844.83.0.512497574708.issue19088@psf.upfronthosting.co.za>
In-reply-to
Content
> one copyreg for multiple interpreters... this looks wrong: each interpreter has its own list of modules, but copyreg.__globals__ belongs to only one...
> A good solution would be to cache the copyreg module in the PyInterpreterState (it already has codec_search_cache).

Yes, this is a reasonable solution.
History
Date User Action Args
2013-09-25 21:00:44pitrousetrecipients: + pitrou, amaury.forgeotdarc, alexandre.vassalotti, Larry.Pete
2013-09-25 21:00:44pitrousetmessageid: <1380142844.83.0.512497574708.issue19088@psf.upfronthosting.co.za>
2013-09-25 21:00:44pitroulinkissue19088 messages
2013-09-25 21:00:44pitroucreate