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月15日 14:42 by Robin.Schreiber, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| _struct_pep3121-384_v0.patch | Robin.Schreiber, 2012年08月15日 14:42 | |||
| _struct_pep3121-384_v1.patch | Robin.Schreiber, 2012年12月14日 18:39 | |||
| Messages (4) | |||
|---|---|---|---|
| msg168302 - (view) | Author: Robin Schreiber (Robin.Schreiber) * (Python triager) | Date: 2012年08月15日 14:42 | |
Changes proposed in PEP3121 and PEP384 have now been applied to the struct module! |
|||
| msg177489 - (view) | Author: Robin Schreiber (Robin.Schreiber) * (Python triager) | Date: 2012年12月14日 18:39 | |
Updated patch to work with 3.4 Branch version of _struct.c |
|||
| msg177491 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年12月14日 18:44 | |
Robin, if you use ... [diff] git = on ... in your .hgrc, then the bug tracker will automatically generate a Rietveld review link (At least I think that's what prevents links from being generated). |
|||
| msg381421 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年11月19日 14:07 | |
New changeset cfeb5437a8910e28726422a14a93a36584e32238 by Christian Heimes in branch 'master': bpo-1635741: Port _struct to multiphase initialization (GH-23398) https://github.com/python/cpython/commit/cfeb5437a8910e28726422a14a93a36584e32238 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: 59876 |
| 2020年11月19日 14:07:00 | vstinner | set | status: open -> closed superseder: Py_Finalize() doesn't clear all Python objects at exit nosy: + vstinner messages: + msg381421 resolution: duplicate stage: patch review -> resolved |
| 2014年10月14日 15:01:18 | skrah | set | nosy:
- skrah |
| 2012年12月14日 18:44:58 | skrah | set | nosy:
+ skrah messages: + msg177491 |
| 2012年12月14日 18:39:03 | Robin.Schreiber | set | files:
+ _struct_pep3121-384_v1.patch keywords: + patch messages: + msg177489 |
| 2012年11月08日 13:36:00 | Robin.Schreiber | set | keywords: + pep3121, - patch |
| 2012年08月27日 03:42:36 | belopolsky | link | issue15787 dependencies |
| 2012年08月17日 16:41:20 | asvetlov | set | nosy:
+ asvetlov |
| 2012年08月16日 02:20:04 | meador.inge | set | stage: patch review |
| 2012年08月15日 14:42:58 | Robin.Schreiber | create | |