• Victor Stinner's avatar
    Rename struct.unpack() 2nd parameter to "buffer" · c0f59ad1
    Victor Stinner yazdı
    Issue #29300: Rename struct.unpack() second parameter from "inputstr" to
    "buffer", and use the Py_buffer type.
    
    Fix also unit tests on struct.unpack() which passed a Unicode string instead of
    a bytes string as struct.unpack() second parameter. The purpose of
    test_trailing_counter() is to test invalid format strings, not to test the
    buffer parameter.
    c0f59ad1
test_struct.py 31.2 KB