Skip to content
  • Leo P. Singer's avatar
    Do not set tp_print for Python 3.9 · 99a8a163
    Leo P. Singer authored
    Python 3.9 dropped tp_print. This fixes the following compilation
    error:
    
        src/segments.c:119:24: error: no member named 'tp_print' in 'struct _typeobject'
    
    Fixes #12.
    99a8a163