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.

classification
Title: Update test_capi to use test.support.script_helper
Type: enhancement Stage: patch review
Components: Tests Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: aidin36, bobcatfish, iritkatriel, sobolevn
Priority: normal Keywords: easy, patch

Created on 2015-06-06 18:13 by bobcatfish, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
issue24398.patch aidin36, 2016-10-11 17:58 review
Pull Requests
URL Status Linked Edit
PR 30912 open sobolevn, 2022-01-26 08:53
Messages (4)
msg244923 - (view) Author: Christie (bobcatfish) * Date: 2015-06-06 18:13
As described in Issue9517, many test modules do not make use of the helpers in script_helpers.py to invoke the python interpreter in a subprocess. Issue9517 will be broken down into several smaller issues so we can address smaller change sets.

This issue is to update test_capi.py to use script_helpers.py.
msg244931 - (view) Author: Christie (bobcatfish) * Date: 2015-06-06 22:04
I can't seem to get test_no_FatalError_infinite_loop to fail - I tried reverting the fix that this was verifying, but the test still passed and no infinite loop to be seen. I'm wondering if this is because I can't reproduce it on a mac.
msg278339 - (view) Author: Aidin Gharibnavaz (aidin36) Date: 2016-10-09 04:18
I am working on this issue.
msg278499 - (view) Author: Aidin Gharibnavaz (aidin36) Date: 2016-10-11 17:58
I tested the patch locally, on my Gnu/Linux machine, and it seems fine.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68586
2022-01-28 22:44:18sobolevnsetnosy: + iritkatriel
2022-01-26 08:53:17sobolevnsetnosy: + sobolevn

pull_requests: + pull_request29091
stage: needs patch -> patch review
2022-01-25 10:24:35iritkatrielsetversions: + Python 3.11, - Python 3.6
2016-10-11 17:58:22aidin36setfiles: + issue24398.patch
keywords: + patch
messages: + msg278499
2016-10-09 04:18:19aidin36setnosy: + aidin36
messages: + msg278339
2016-05-20 17:16:04berker.peksaglinkissue9517 dependencies
2016-05-20 17:13:15berker.peksagsetkeywords: + easy
type: enhancement
components: + Tests
stage: needs patch
2015-06-06 22:04:24bobcatfishsetmessages: + msg244931
2015-06-06 18:13:52bobcatfishcreate