Issue 15673: PEP 3121, 384 Refactoring applied to testcapi module (original) (raw)

Issue15673

Created on 2012-08-15 14:58 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_testcapi_pep3121-384_v0.patch Robin.Schreiber,2012-08-15 14:58
Messages (3)
msg168305 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-15 14:58
Changes proposed in PEP3121 and PEP384 have now been applied to the testcapi module!
msg408027 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-12-08 15:31
The patch needs to be converted to a github PR.
msg408114 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-12-09 12:44
The _testcapi modules should stay as it is, ref. on bpo-40077: Yes, please keep _testcapimodule.c as it is. Static types are still supported and need to be tested.
History
Date User Action Args
2022-04-11 14:57:34 admin set github: 59878
2021-12-09 12:44:06 erlendaasland set status: open -> closednosy: + erlendaaslandmessages: + resolution: not a bugstage: resolved
2021-12-08 15:31:40 iritkatriel set nosy: + iritkatrielmessages: + versions: + Python 3.11, - Python 3.4
2012-11-08 13:35:51 Robin.Schreiber set keywords: + pep3121, - patch
2012-08-27 03:42:36 belopolsky link issue15787 dependencies
2012-08-17 16:41:41 asvetlov set nosy: + asvetlov
2012-08-15 14:58:29 Robin.Schreiber create