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:30 by Robin.Schreiber, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| _ssl_pep3121-384_v0.patch | Robin.Schreiber, 2012年08月15日 14:30 | |||
| Messages (6) | |||
|---|---|---|---|
| msg168300 - (view) | Author: Robin Schreiber (Robin.Schreiber) * (Python triager) | Date: 2012年08月15日 14:30 | |
Changes proposed in PEP3121 and PEP384 have now been applied to the ssl module! |
|||
| msg301617 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2017年09月07日 19:31 | |
Is anybody interested to port Robin's patch to 3.7? |
|||
| msg301686 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2017年09月08日 08:40 | |
The patch consists from two changes: replacing static vars with module state and using slot based way for constructing classes. The first change is obvious but I not sure if we need second transformation. |
|||
| msg301695 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2017年09月08日 12:05 | |
PyType_FromSpec provides a rather neat way to initialize C extension types. However, there are a couple of pitfalls to look out for: https://bugs.python.org/issue16690 https://bugs.python.org/issue26979 |
|||
| msg321540 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2018年07月12日 10:52 | |
Honestly, the ssl module is complex, and the conversion to PEP 3121 and PEP 384 are not straighforward, so I removed the "easy (C)" keyword. |
|||
| msg381418 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年11月19日 14:04 | |
Marked as a duplicate of bpo-42333. See also 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: 59875 |
| 2020年11月19日 14:04:14 | vstinner | set | status: open -> closed superseder: Port ssl module to heap types and module state (PEP 573) messages: + msg381418 resolution: duplicate stage: needs patch -> resolved |
| 2018年07月12日 10:52:06 | vstinner | set | keywords:
- easy (C) nosy: + vstinner messages: + msg321540 |
| 2018年02月26日 08:53:58 | christian.heimes | set | versions: + Python 3.8, - Python 3.7 |
| 2017年09月08日 12:05:43 | pitrou | set | nosy:
+ pitrou messages: + msg301695 |
| 2017年09月08日 08:40:07 | asvetlov | set | messages: + msg301686 |
| 2017年09月07日 19:31:40 | christian.heimes | set | keywords:
+ easy (C) assignee: christian.heimes -> messages: + msg301617 |
| 2016年09月15日 08:33:06 | giampaolo.rodola | set | nosy:
- giampaolo.rodola |
| 2016年09月15日 08:00:56 | christian.heimes | set | assignee: christian.heimes components: + SSL versions: - Python 3.6 |
| 2016年09月08日 14:33:07 | christian.heimes | set | nosy:
+ janssen, giampaolo.rodola, christian.heimes, alex, dstufft stage: needs patch versions: + Python 3.6, Python 3.7, - Python 3.4 |
| 2012年11月08日 13:36:58 | Robin.Schreiber | set | keywords: + pep3121, - patch |
| 2012年08月27日 03:42:36 | belopolsky | link | issue15787 dependencies |
| 2012年08月17日 16:41:04 | asvetlov | set | nosy:
+ asvetlov |
| 2012年08月15日 14:30:29 | Robin.Schreiber | create | |