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 0d86737 commit 33e688aCopy full SHA for 33e688a
Lib/test/test_capi/test_bytes.py
@@ -31,7 +31,7 @@ def test_check(self):
31
self.assertFalse(check(object()))
32
self.assertTrue(check(b''))
33
34
- # CRASHES check(NULL) #PyBytes_Check() expects PyObject*
+ # CRASHES check(NULL)
35
36
def test_checkexact(self):
37
# Test PyBytes_CheckExact()
@@ -46,7 +46,7 @@ def test_checkexact(self):
46
47
48
49
- # CRASHES check(NULL) #PyBytes_CheckExact() expects PyObject*
50
51
def test_fromstringandsize(self):
52
# Test PyBytes_FromStringAndSize()
0 commit comments