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 lemburg
Recipients ezio.melotti, lemburg, vstinner
Date 2020-09-23.13:06:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <f461972a-4684-8d3b-7282-61756e18023a@egenix.com>
In-reply-to <01f40a2b-ebc1-c80a-cb8b-a9d32a3917e4@egenix.com>
Content
Just found an internal API which already takes care of
unregistering a search function: _PyCodec_Forget().

All that needs to be done is to expose this as codecs.unregister()
and add the clearing of the lookup cache.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Sep 23 2020)
>>> Python Projects, Coaching and Support ...    https://www.egenix.com/
>>> Python Product Development ...        https://consulting.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               https://www.egenix.com/company/contact/
                     https://www.malemburg.com/
History
Date User Action Args
2020-09-23 13:06:03lemburgsetrecipients: + lemburg, vstinner, ezio.melotti
2020-09-23 13:06:03lemburglinkissue41842 messages
2020-09-23 13:06:03lemburgcreate