Skip to content
  • Joseph Weston's avatar
    remove unnecessary flags from type object defintion · 52e17592
    Joseph Weston authored
    the HAVE_NEWBUFFER flag was only needed in Python 2.x to maintain
    compatibility with versions earlier than 2.6, for which the buffer
    protocol was not backported. CHECKTYPES is now the default in Python
    3.x. Neither of these macros is defined in Python 3.x
    52e17592