• Fred Drake's avatar
    Fix a minor style consistency issue. · 564a6cc8
    Fred Drake yazdı
    When getting a string buffer for a string we just created, use
    PyString_AS_STRING() instead of PyString_AsString() to avoid the
    call overhead and extra type check.
    564a6cc8
socketmodule.c 71.8 KB