mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge
This commit is contained in:
commit
cc4a484264
1 changed files with 3 additions and 0 deletions
|
|
@ -127,6 +127,9 @@ def get_stack_trace(self, source=None, script=None,
|
|||
" inferior's thread library, thread debugging will"
|
||||
" not be available.\n",
|
||||
'')
|
||||
err = err.replace("warning: Cannot initialize thread debugging"
|
||||
" library: Debugger service failed\n",
|
||||
'')
|
||||
|
||||
# Ensure no unexpected error messages:
|
||||
self.assertEqual(err, '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue