[Bug #1526834] Fix crash in pdb when you do 'b f(';
the function name was placed into a regex pattern and the unbalanced paren caused re.compile() to report an error
Showing
Please register or sign in to comment
the function name was placed into a regex pattern and the unbalanced paren caused re.compile() to report an error