Issue 15697: PEP 3121 refactoring applied to pwd module (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59902
classification
Title: | PEP 3121 refactoring applied to pwd 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, vstinner | |
Priority: | normal | Keywords: | pep3121 |
Created on 2012-08-16 19:47 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
pwd_pep3121_v0.patch | Robin.Schreiber,2012-08-16 19:47 |
Messages (2) | ||
---|---|---|
msg168403 - (view) | Author: Robin Schreiber (Robin.Schreiber) * ![]() |
Date: 2012-08-16 19:47 |
Changes proposed in PEP3121 have now been applied to the pwd module! | ||
msg381424 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2020-11-19 14:08 |
commit fa2eee975dbf7d2728021ef9d97328bbe88351cf Author: Christian Heimes <christian@python.org> Date: Thu Nov 19 08:47:32 2020 +0100 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) See bpo-41111 "Convert a few stdlib extensions to the limited C API (PEP 384)". |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:34 | admin | set | github: 59902 |
2020-11-19 14:08:47 | vstinner | set | status: open -> closedsuperseder: Py_Finalize() doesn't clear all Python objects at exitnosy: + vstinnermessages: + resolution: duplicatestage: resolved |
2012-11-08 13:45:59 | Robin.Schreiber | set | keywords: + pep3121, - patch |
2012-08-27 03:46:04 | belopolsky | link | issue15787 dependencies |
2012-08-16 19:47:52 | Robin.Schreiber | create |