[issue15714] PEP 3121, 384 Refactoring applied to grp module

2020-11-19 Thread STINNER Victor
STINNER Victor added the comment: commit fa2eee975dbf7d2728021ef9d97328bbe88351cf Author: Christian Heimes Date: Thu Nov 19 08:47:32 2020 +0100 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) See bpo-4 "Convert a few stdlib extensions to the limited C API

[issue15714] PEP 3121, 384 Refactoring applied to grp module

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

[issue15714] PEP 3121, 384 Refactoring applied to grp module

2012-08-16 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP3121 and PEP384 have now been applied to the grp module! -- components: Extension Modules files: grp_pep3121-384_v0.patch keywords: patch messages: 168422 nosy: Robin.Schreiber priority: normal severity: normal status: open