• Michael W. Hudson's avatar
    I think this fixes · 67fb0c37
    Michael W. Hudson yazdı
    [ #510644 ] test_curses segfaults
    
    If we use the *object* *allocator*, we should use the *object* *deallocator*,
    not the *raw memory* deallocator (confused yet?).
    
    I think this was what caused segfaults when pymalloc was enabled.
    
    Even if it wasn't the cause, it's still wrong.
    
    2.2.1 candidate.
    67fb0c37
_cursesmodule.c 72.8 KB