[New-bugs-announce] [issue19284] subprocess._args_from_interpreter_flags() mishandles -R

Nick Coghlan report at bugs.python.org
Fri Oct 18 14:33:53 CEST 2013


New submission from Nick Coghlan:

Trying to provoke the buildbot failure from issue 16129 I was puzzled as to why setting PYTHONHASHSEED was behaving strangely.

The subprocess._args_from_interpreter_flags() helper used by test.support (and multiprocessing) misbehaves when PYTHONHASHSEED is set to a specific value: whatever the seed is, it repeats the 'R' in -R that many times (the helper appears to assume that the only flag with a value greater than 1 will be '-v')

----------
components: Tests
keywords: buildbot
messages: 200244
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: subprocess._args_from_interpreter_flags() mishandles -R
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19284>
_______________________________________


More information about the New-bugs-announce mailing list