[issue25876] test_gdb: use subprocess._args_from_interpreter_flags() to test Python with more options

2016-01-22 Thread STINNER Victor

Changes by STINNER Victor :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

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



[issue25876] test_gdb: use subprocess._args_from_interpreter_flags() to test Python with more options

2016-01-22 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9faa15da2dde by Victor Stinner in branch 'default':
Issue #25876: Fix also test_set() of test_gdb when -E command line is used
https://hg.python.org/cpython/rev/9faa15da2dde

--

___
Python tracker 

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



[issue25876] test_gdb: use subprocess._args_from_interpreter_flags() to test Python with more options

2016-01-22 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 05ea3efadead by Victor Stinner in branch 'default':
Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test
https://hg.python.org/cpython/rev/05ea3efadead

--
nosy: +python-dev

___
Python tracker 

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



[issue25876] test_gdb: use subprocess._args_from_interpreter_flags() to test Python with more options

2015-12-15 Thread STINNER Victor

New submission from STINNER Victor:

Attached patch pass Python options to the Python program run in gdb, so it 
allows to test more cases.

What do you think?

I don't think that it's worth to apply the patch to Python < 3.6.

--
components: Tests
files: test_gdb.patch
keywords: patch
messages: 256484
nosy: haypo
priority: normal
severity: normal
status: open
title: test_gdb: use subprocess._args_from_interpreter_flags() to test Python 
with more options
versions: Python 3.6
Added file: http://bugs.python.org/file41320/test_gdb.patch

___
Python tracker 

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