ArcGIS Pro 3.2.1; File Geodatabase
In a point feature class, I want to set a text field to null. So I use the Field Calculator tool to set the field to None (Python).
The field calculation works as expected. But I get a strange warning:
WARNING 003571: Certain rows set to NULL due to error while evaluating python expression: Cannot be evaluated to value.

Esri says it's working as designed.
Esri Case 03528633 - Field calculation to set values to null/None: WARNING 003571 doesn't make sense
Calculating "None" Using Field Calculator Yields "WARNING 003571"
But that warning causes confusion for users.
Idea:
If the user is explicitly setting the value to None, then don't throw that warning.