Skip to content

When comparing to None, always use “is” or “is not”

Link Mauve requested to merge linkmauve/VenC:patch-1 into master

The comparison is cheaper that way since it doesn’t call the potentially expensive ne() machinery.

Merge request reports