Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a45e9d commit 9faa7ecCopy full SHA for 9faa7ec
1 file changed
Lib/test/test_gdb.py
@@ -28,7 +28,7 @@
28
p = subprocess.Popen(["gdb", "--batch", cmd],
29
stdout=subprocess.PIPE)
30
gdbpy_version, _ = p.communicate()
31
-if gdbpy_version == '':
+if gdbpy_version == b'':
32
raise unittest.SkipTest("gdb not built with embedded python support")
33
34
0 commit comments