Issue15670
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) * ![]() |
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) * ![]() |
Date: 2017-09-07 19:31 | |
Is anybody interested to port Robin's patch to 3.7? |
|||
| msg301686 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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 |
| 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 | |

