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: test_gdb: use subprocess._args_from_interpreter_flags() to test Python with more options
Type: Stage:
Components: Tests Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, vstinner
Priority: normal Keywords: patch

Created on 2015-12-15 20:40 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_gdb.patch vstinner, 2015-12-15 20:40 review
Messages (3)
msg256484 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-12-15 20:40
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.
msg258803 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-22 13:33
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
msg258808 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-22 14:04
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
History
Date User Action Args
2022-04-11 14:58:25adminsetgithub: 70064
2016-01-22 14:04:35python-devsetmessages: + msg258808
2016-01-22 13:35:02vstinnersetstatus: open -> closed
resolution: fixed
2016-01-22 13:33:03python-devsetnosy: + python-dev
messages: + msg258803
2015-12-15 20:40:38vstinnercreate