• Martin Blais's avatar
    Fixes in struct and socket from merge reviews. · af2ae72c
    Martin Blais yazdı
    - Following Guido's comments, renamed
    
      * pack_to -> pack_into
      * recv_buf -> recv_into
      * recvfrom_buf -> recvfrom_into
    
    - Made fixes to _struct.c according to Neal Norwitz comments on the checkins
      list.
    
    - Converted some ints into the appropriate -- I hope -- ssize_t and size_t.
    af2ae72c
struct.py 2.9 KB