]> granicus.if.org Git - python/commit
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 11:25:21 +0000 (04:25 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 11:25:21 +0000 (04:25 -0700)
commit87a5a331eab5a99538d60a6dab25bdf299a68e3e
tree89eef7bd9722359c7e95f9e50668af7ebd4adbc5
parent68e401fa0b1a3407bce395ad893535f65107ee6e
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)

Authored-By: blueyed <github@thequod.de>
(cherry picked from commit 8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0)

Co-authored-by: Daniel Hahler <github@thequod.de>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2019-03-09-16-04-12.bpo-36250.tSK4N1.rst [new file with mode: 0644]