[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread Irit Katriel


Change by Irit Katriel :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread Irit Katriel


Irit Katriel  added the comment:


New changeset 33022f9e86878c84c605de27aae4bd782ecb8da6 by Irit Katriel in 
branch '3.10':
[3.10] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) 
(GH-27006)
https://github.com/python/cpython/commit/33022f9e86878c84c605de27aae4bd782ecb8da6


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread Irit Katriel


Irit Katriel  added the comment:


New changeset 21be6cb0304ba143980b7e4c875cb5b9db30952b by Miss Islington (bot) 
in branch '3.9':
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)
https://github.com/python/cpython/commit/21be6cb0304ba143980b7e4c875cb5b9db30952b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread Irit Katriel


Change by Irit Katriel :


--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7, Python 
3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread Irit Katriel


Change by Irit Katriel :


--
pull_requests: +25566
pull_request: https://github.com/python/cpython/pull/27006

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread Irit Katriel


Irit Katriel  added the comment:


New changeset d968a638fcbf9030c999cfacd4c9bf0656e779c4 by Irit Katriel in 
branch 'main':
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
https://github.com/python/cpython/commit/d968a638fcbf9030c999cfacd4c9bf0656e779c4


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +25565
pull_request: https://github.com/python/cpython/pull/27005

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-06-10 Thread Irit Katriel


Change by Irit Katriel :


--
keywords: +patch
nosy: +iritkatriel
nosy_count: 2.0 -> 3.0
pull_requests: +25242
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/26656

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2018-07-28 Thread Jared


Jared  added the comment:

Good!

Is it possible to start a python program with either \ or " as arguments 
normally (without using character escaping)?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2018-07-28 Thread ppperry


ppperry  added the comment:

Both of those work and don't produce an error

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2018-07-28 Thread Jared


Jared  added the comment:

Would it be possible to escape both of those?

For the first one, restart "\\"

and for the second one, restart "\""

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2018-07-28 Thread ppperry


ppperry  added the comment:

`restart "` also crashes with the same tb

--
title: Bad behavior with "restart \" in pdb -> Bad behavior with "restart \" or 
"restart "" in pdb

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com