• Kirill Smelkov's avatar
    golang_str: Add test for memoryview(bstr) · 105d03d4
    Kirill Smelkov authored
    Verify that it works as expected, and that memoryview(ustr) is rejected,
    because ustr is semantically array of unicode characters, not bytes.
    
    No change to the code - just add tests for current status which is
    already working as expected.
    105d03d4
golang_str_test.py 21 KB