Issue 15680: PEP 3121 refactoring applied to audioop module (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59885

classification

Title: PEP 3121 refactoring applied to audioop module
Type: resource usage Stage: resolved
Components: Extension Modules Versions: Python 3.4

process

Status: closed Resolution: duplicate
Dependencies: Superseder: Py_Finalize() doesn't clear all Python objects at exit View:1635741
Assigned To: Nosy List: Robin.Schreiber, loewis, vstinner
Priority: normal Keywords: patch, pep3121

Created on 2012-08-16 08:21 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
audioop_pep3121_v0.patch Robin.Schreiber,2012-08-16 08:21
Messages (3)
msg168353 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-16 08:21
Changes proposed in PEP3121 have now been applied to the audioop module!
msg220645 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-15 15:03
Could somebody review the attached patch please.
msg376483 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-09-07 13:48
Fixed by: commit 41fbf865a35d4fb64f047f98dc24690cb0c170fd Author: Hai Shi <shihai1992@gmail.com> 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 <vstinner@python.org>
History
Date User Action Args
2022-04-11 14:57:34 admin set github: 59885
2020-09-07 13:48:02 vstinner set status: open -> closedsuperseder: Py_Finalize() doesn't clear all Python objects at exitnosy: + vstinnermessages: + resolution: duplicatestage: patch review -> resolved
2019-03-15 23:13:51 BreamoreBoy set nosy: - BreamoreBoy
2014-06-15 15:03:08 BreamoreBoy set nosy: + BreamoreBoymessages: +
2012-11-08 23:29:42 ezio.melotti set keywords: + patchstage: patch review
2012-11-08 13:50:31 Robin.Schreiber set keywords: + pep3121, - patchnosy: + loewis
2012-08-27 03:42:36 belopolsky link issue15787 dependencies
2012-08-16 08:21:54 Robin.Schreiber create