Pass NULL instead of None for descriptors
To specify the lack of the second argument. This improves compatibility when applying descriptors to the None object itself. This was showing up since we were trying to call None.__format__
Showing
Please register or sign in to comment