Issue 15669: PEP 3121, 384 Refactoring applied to sre module (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59874
classification
Title: | PEP 3121, 384 Refactoring applied to sre module | ||
---|---|---|---|
Type: | resource usage | Stage: | resolved |
Components: | Extension Modules | Versions: | Python 3.4 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | Py_Finalize() doesn't clear all Python objects at exit View:1635741 | |
Assigned To: | Nosy List: | Robin.Schreiber, asvetlov, vstinner | |
Priority: | normal | Keywords: | pep3121 |
Created on 2012-08-15 14:18 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
_sre_pep3121-384_v0.patch | Robin.Schreiber,2012-08-15 14:18 |
Messages (2) | ||
---|---|---|
msg168298 - (view) | Author: Robin Schreiber (Robin.Schreiber) * ![]() |
Date: 2012-08-15 14:18 |
Changes proposed in PEP3121 and PEP384 have now been applied to the sre module! | ||
msg383282 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2020-12-18 00:49 |
Fixed by: commit a6109ef68d421712ba368ef502c4789e8de113e0 Author: Erlend Egeberg Aasland <erlend.aasland@innova.no> Date: Fri Nov 20 13:36:23 2020 +0100 bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:34 | admin | set | github: 59874 |
2020-12-18 00:49:01 | vstinner | set | status: open -> closedsuperseder: Py_Finalize() doesn't clear all Python objects at exitnosy: + vstinnermessages: + resolution: fixedstage: resolved |
2012-11-08 13:37:12 | Robin.Schreiber | set | keywords: + pep3121, - patch |
2012-08-27 03:42:36 | belopolsky | link | issue15787 dependencies |
2012-08-17 16:40:57 | asvetlov | set | nosy: + asvetlov |
2012-08-15 14🔞52 | Robin.Schreiber | create |