[issue38731] bad input crashes py_compile library

2020-07-25 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 ___ Python tracker ___

[issue38731] bad input crashes py_compile library

2020-07-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 949cf93f8ee27c37650483458f0aa3e295011ef6 by Miss Islington (bot) in branch '3.8': bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) https://github.com/python/cpython/commit/949cf93f8ee27c37650483458f0aa3e295011ef6

[issue38731] bad input crashes py_compile library

2020-07-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +20760 pull_request: https://github.com/python/cpython/pull/21618 ___ Python tracker ___ __

[issue38731] bad input crashes py_compile library

2020-07-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 2024d7aca100c3faa9c6730aba3de5f0528750be by Berker Peksag in branch '3.9': bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617) https://github.com/python/cpython/commit/2024d7aca100c3faa9c6730aba3de5f0528750be --

[issue38731] bad input crashes py_compile library

2020-07-25 Thread Berker Peksag
Change by Berker Peksag : -- pull_requests: +20759 pull_request: https://github.com/python/cpython/pull/21617 ___ Python tracker ___ ___

[issue38731] bad input crashes py_compile library

2020-07-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset daff39070e7ea71b0ba49d9150ac7a210a125682 by Gregory Schevchenko in branch 'master': bpo-38731: Add --quiet option to py_compile CLI (GH-17134) https://github.com/python/cpython/commit/daff39070e7ea71b0ba49d9150ac7a210a125682 -- ___

[issue38731] bad input crashes py_compile library

2020-07-03 Thread Hubert Pineault
Hubert Pineault added the comment: Thanks Joannah, I confirm this is a duplicate of https://bugs.python.org/issue40456 The issue is better tracked in 40456, so you can close here. -- ___ Python tracker ___

[issue38731] bad input crashes py_compile library

2020-07-03 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: The regression is tracked here: https://bugs.python.org/issue40456 And a PR is under review here: https://github.com/python/cpython/pull/17134 Also, this issue is a duplicate to this: https://bugs.python.org/issue40456 One of these should be closed. -

[issue38731] bad input crashes py_compile library

2020-07-02 Thread Hubert Pineault
Hubert Pineault added the comment: The bug is still there in python 3.8.4rc1 It has nothing to do with the doc. As pointed by Kaoru, it is introduced in line 200 of commit 2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1 see this comment, also by Kaoru: https://github.com/python/cpython/commit/2e33e

[issue38731] bad input crashes py_compile library

2019-12-27 Thread miss-islington
miss-islington added the comment: New changeset 04c1efe5acc89b6f3f2c208604a1c35641e8a380 by Miss Islington (bot) in branch '3.8': bpo-38731: Fix function signature of quiet in docs (GH-17719) https://github.com/python/cpython/commit/04c1efe5acc89b6f3f2c208604a1c35641e8a380 -- nosy:

[issue38731] bad input crashes py_compile library

2019-12-27 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 98f0f04b5016e63561d313a3446b7b58f2c12611 by Pablo Galindo (Batuhan Taşkaya) in branch 'master': bpo-38731: Fix function signature of quiet in docs (GH-17719) https://github.com/python/cpython/commit/98f0f04b5016e63561d313a3446b7b58f2c12611

[issue38731] bad input crashes py_compile library

2019-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +17169 pull_request: https://github.com/python/cpython/pull/17725 ___ Python tracker ___ __

[issue38731] bad input crashes py_compile library

2019-12-27 Thread Batuhan
Change by Batuhan : -- pull_requests: -17163 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue38731] bad input crashes py_compile library

2019-12-27 Thread Batuhan
Change by Batuhan : -- pull_requests: +17163 pull_request: https://github.com/python/cpython/pull/17719 ___ Python tracker ___ ___ P

[issue38731] bad input crashes py_compile library

2019-11-12 Thread Gregory Shevchenko
Change by Gregory Shevchenko : -- keywords: +patch pull_requests: +16644 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17134 ___ Python tracker __

[issue38731] bad input crashes py_compile library

2019-11-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue38731] bad input crashes py_compile library

2019-11-12 Thread Григорий Шевченко
Change by Григорий Шевченко : -- nosy: +Григорий Шевченко ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue38731] bad input crashes py_compile library

2019-11-07 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38731] bad input crashes py_compile library

2019-11-07 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +berker.peksag stage: -> needs patch type: crash -> behavior versions: +Python 3.9 ___ Python tracker ___ __

[issue38731] bad input crashes py_compile library

2019-11-06 Thread Kaoru Esashika
New submission from Kaoru Esashika : How to reproduction: Step 1: make bad source code Step 2: run "python -m py_compile bad_source_code.py" Step 3: errors printed It seems that this problem is introduced at issue 22640 (commit https://github.com/python/cpython/commit/2e33ecd7c9b0cac3efc6fcbdd