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.

classification
Title: PEP 3121, 384 refactoring applied to gdbm module
Type: Stage: resolved
Components: Extension Modules Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Robin.Schreiber, anthony_baxter, asvetlov, corona10, vstinner
Priority: normal Keywords: pep3121

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

Files
File name Uploaded Description Edit
_gdbm_pep3121-384_v0.patch Robin.Schreiber, 2012-08-14 18:31
Messages (2)
msg168219 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-14 18:31
Changes proposed in PEP3121 and PEP384 have now been applied to the gdbm module!
msg372080 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-06-22 09:38
Fixed by:

commit c4862e333ab405dd5789b4061222db1982147de4
Author: Dong-hee Na <donghee.na92@gmail.com>
Date:   Wed Jun 17 01:41:23 2020 +0900

    bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)
History
Date User Action Args
2022-04-11 14:57:34adminsetgithub: 59857
2020-06-22 09:38:38vstinnersetstatus: open -> closed

versions: + Python 3.10, - Python 3.4
nosy: + vstinner, corona10

messages: + msg372080
resolution: fixed
stage: resolved
2012-11-08 13:38:45Robin.Schreibersetkeywords: + pep3121, - patch
2012-08-27 03:41:57belopolskylinkissue15787 dependencies
2012-08-17 16:37:26asvetlovsetnosy: + asvetlov
2012-08-14 18:31:39Robin.Schreibercreate