[issue15681] PEP 3121 refactoring applied to binascii module

2020-09-07 Thread STINNER Victor
Change by STINNER Victor : -- resolution: fixed -> duplicate ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15681] PEP 3121 refactoring applied to binascii module

2020-09-07 Thread STINNER Victor
Change by STINNER Victor : -- superseder: Port the standard library to PEP 489 multiphase initialization -> Py_Finalize() doesn't clear all Python objects at exit ___ Python tracker

[issue15681] PEP 3121 refactoring applied to binascii module

2020-09-07 Thread STINNER Victor
STINNER Victor added the comment: Fixed by: commit 33e71e01e95506cf8d93fd68251fc56352bc7b39 Author: Marcel Plch Date: Wed May 22 13:51:26 2019 +0200 bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108) -- nosy: +vstinner resolution: -> fixed stage: ->

[issue15681] PEP 3121 refactoring applied to binascii module

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber robin.schrei...@me.com: -- keywords: +pep3121 -patch nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15681 ___

[issue15681] PEP 3121 refactoring applied to binascii module

2012-08-16 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP3121 have now been applied to the binascii module! -- components: Extension Modules files: binascii_pep3121_v0.patch keywords: patch messages: 168354 nosy: Robin.Schreiber priority: normal severity: normal status: open title: