[issue24398] Update test_capi to use test.support.script_helper

2022-01-28 Thread Nikita Sobolev


Change by Nikita Sobolev :


--
nosy: +iritkatriel

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2022-01-26 Thread Nikita Sobolev


Change by Nikita Sobolev :


--
nosy: +sobolevn
nosy_count: 2.0 -> 3.0
pull_requests: +29091
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/30912

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2022-01-25 Thread Irit Katriel


Change by Irit Katriel :


--
versions: +Python 3.11 -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2016-10-11 Thread Aidin Gharibnavaz

Aidin Gharibnavaz added the comment:

I tested the patch locally, on my Gnu/Linux machine, and it seems fine.

--
keywords: +patch
Added file: http://bugs.python.org/file45060/issue24398.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2016-10-08 Thread Aidin Gharibnavaz

Aidin Gharibnavaz added the comment:

I am working on this issue.

--
nosy: +aidin36

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2016-05-20 Thread Berker Peksag

Changes by Berker Peksag :


--
components: +Tests
keywords: +easy
stage:  -> needs patch
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2015-06-06 Thread Christie

Christie added the comment:

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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24398
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24398] Update test_capi to use test.support.script_helper

2015-06-06 Thread Christie

New submission from Christie:

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.

--
messages: 244923
nosy: bobcatfish
priority: normal
severity: normal
status: open
title: Update test_capi to use test.support.script_helper
versions: Python 3.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24398
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com