[issue15680] PEP 3121 refactoring applied to audioop module

2020-09-07 Thread STINNER Victor
STINNER Victor added the comment: Fixed by: commit 41fbf865a35d4fb64f047f98dc24690cb0c170fd Author: Hai Shi Date: Thu Mar 12 00:49:11 2020 +0800 bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608) Co-authored-by: Victor Stinner -

[issue15680] PEP 3121 refactoring applied to audioop module

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue15680] PEP 3121 refactoring applied to audioop module

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Could somebody review the attached patch please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyt

[issue15680] PEP 3121 refactoring applied to audioop module

2012-11-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +patch stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue15680] PEP 3121 refactoring applied to audioop module

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber : -- keywords: +pep3121 -patch nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue15680] PEP 3121 refactoring applied to audioop module

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