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.
Created on 2012年08月16日 09:48 by Robin.Schreiber, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| posix_pep3121-384_v0.patch | Robin.Schreiber, 2012年08月16日 09:48 | |||
| posix_pep3121-384_v1.patch | Robin.Schreiber, 2012年12月14日 18:56 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg168367 - (view) | Author: Robin Schreiber (Robin.Schreiber) * (Python triager) | Date: 2012年08月16日 09:48 | |
Changes proposed in PEP3121 and PEP384 have now been applied to the posix module! |
|||
| msg177493 - (view) | Author: Robin Schreiber (Robin.Schreiber) * (Python triager) | Date: 2012年12月14日 18:56 | |
Updated posixmodule to work with the 3.4 Branch version. |
|||
| msg372063 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年06月22日 09:23 | |
Fixed by: commit 1c2fa781560608aa4be50c748d4b3f403cfa5035 Author: Victor Stinner <vstinner@python.org> Date: Sun May 10 11:05:29 2020 +0200 bpo-40549: Convert posixmodule.c to multiphase init (GH-19982) Convert posixmodule.c ("posix" or "nt" module) to the multiphase initialization (PEP 489). * Create the module using PyModuleDef_Init(). * Create ScandirIteratorType and DirEntryType with the new PyType_FromModuleAndSpec() (PEP 573) * Get the module state from ScandirIteratorType and DirEntryType with the new PyType_GetModule() (PEP 573) * Pass module to functions which access the module state. * convert_sched_param() gets a new module parameter. It is now called directly since Argument Clinic doesn't support passing the module to an argument converter callback. * Remove _posixstate_global macro. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59896 |
| 2020年06月22日 09:23:50 | vstinner | set | status: open -> closed nosy: + vstinner messages: + msg372063 resolution: fixed stage: resolved |
| 2012年12月14日 18:56:14 | Robin.Schreiber | set | files:
+ posix_pep3121-384_v1.patch keywords: + patch messages: + msg177493 |
| 2012年11月08日 13:46:10 | Robin.Schreiber | set | keywords: + pep3121, - patch |
| 2012年08月27日 03:46:04 | belopolsky | link | issue15787 dependencies |
| 2012年08月16日 09:48:04 | Robin.Schreiber | create | |