• Neal Norwitz's avatar
    Add a warning for code like: · 400aedac
    Neal Norwitz yazdı
      assert (0, 'message')
    
    An empty tuple does not create a warning.  While questionable usage:
      assert (), 'message'
    
    should not display a warning.  Tested manually.
    The warning message could be improved.  Feel free to update it.
    400aedac
compile.c 93.3 KB