Message327280
> I expect to get: ['-I'] instead of ['-s', '-E', '-I']
From what I understand, this can be done in one of two ways. First, we could edit https://github.com/python/cpython/blob/ad73a9cf97770023665a1bb1c6390a3c99478139/Modules/main.c#L430 and not incrementing -s and -E. But I believe this would have consequences that I'm unable to think of right now, so I'd like some inputs on this.
Secondly, we could handle this condition in `_args_from_interpreted_flags()` itself but that might be looked upon as bad practice. |
|
Date |
User |
Action |
Args |
2018-10-07 13:40:54 | danishprakash | set | recipients:
+ danishprakash, vstinner, xtreak |
2018-10-07 13:40:54 | danishprakash | set | messageid: <1538919654.85.0.545547206417.issue34812@psf.upfronthosting.co.za> |
2018-10-07 13:40:54 | danishprakash | link | issue34812 messages |
2018-10-07 13:40:54 | danishprakash | create | |
|