[issue26818] trace CLI doesn't respect -s option

2018-08-11 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 -Python 3.5, Python 3.6 ___ Python tracker

[issue26818] trace CLI doesn't respect -s option

2018-08-11 Thread Berker Peksag
Berker Peksag added the comment: New changeset 8fc21c80af73226de875886132e0c32a4ffb32c5 by Berker Peksag (Miss Islington (bot)) in branch '3.7': bpo-26818: Add a test to make sure the bug is fixed (GH-8664) https://github.com/python/cpython/commit/8fc21c80af73226de875886132e0c32a4ffb32c5

[issue26818] trace CLI doesn't respect -s option

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8218 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26818] trace CLI doesn't respect -s option

2018-08-11 Thread Berker Peksag
Berker Peksag added the comment: New changeset c8b0dbc4928a1fe4bd5abebd810b6849374c7af3 by Berker Peksag in branch 'master': bpo-26818: Add a test to make sure the bug is fixed (GH-8664) https://github.com/python/cpython/commit/c8b0dbc4928a1fe4bd5abebd810b6849374c7af3 --

[issue26818] trace CLI doesn't respect -s option

2018-08-03 Thread Berker Peksag
Change by Berker Peksag : -- pull_requests: +8159 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26818] trace CLI doesn't respect -s option

2016-04-21 Thread Berker Peksag
New submission from Berker Peksag: I noticed this while triaging issue 9317. Using traceme.py from that issue, $ ./python -m trace -c -s traceme.py returns nothing. It seems like it's a regression caused by https://github.com/python/cpython/commit/17e5da46a733a1a05072a277bc81ffa885f0c204