Issue 15674: PEP 3121, 384 Refactoring applied to _thread module (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59879
classification
Title: | PEP 3121, 384 Refactoring applied to _thread module | ||
---|---|---|---|
Type: | resource usage | Stage: | resolved |
Components: | Extension Modules | Versions: | Python 3.10 |
process
Status: | closed | Resolution: | duplicate |
---|---|---|---|
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 15:06 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
_thread_pep3121-384_v0.patch | Robin.Schreiber,2012-08-15 15:06 |
Messages (2) | ||
---|---|---|
msg168306 - (view) | Author: Robin Schreiber (Robin.Schreiber) * ![]() |
Date: 2012-08-15 15:06 |
Changes proposed in PEP3121 and PEP384 have now been applied to the thread module! | ||
msg383277 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2020-12-18 00:40 |
Fixed by: New changeset 6104013838e181e3c698cb07316f449a0c31ea96 by Victor Stinner in branch 'master': bpo-1635741: Port _thread to multiphase init (GH-23811) https://github.com/python/cpython/commit/6104013838e181e3c698cb07316f449a0c31ea96 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:34 | admin | set | github: 59879 |
2020-12-18 00:40:14 | vstinner | set | status: open -> closedsuperseder: Py_Finalize() doesn't clear all Python objects at exitnosy: + vstinnermessages: + resolution: duplicatestage: resolved |
2020-12-01 16:39:36 | shihai1991 | set | versions: + Python 3.10, - Python 3.4 |
2020-11-19 14:11:05 | vstinner | set | title: PEP 3121, 384 Refactoring applied to thread module -> PEP 3121, 384 Refactoring applied to _thread module |
2012-11-08 13:34:47 | Robin.Schreiber | set | keywords: + pep3121, - patch |
2012-08-27 03:42:36 | belopolsky | link | issue15787 dependencies |
2012-08-17 16:41:54 | asvetlov | set | nosy: + asvetlov |
2012-08-15 15:06:22 | Robin.Schreiber | create |