Can use of exec()
and locals()
be avoided in processed_property
's cast_type()
function?
#13
Labels
exec()
and locals()
be avoided in processed_property
's cast_type()
function?
#13
Code safety may be improved if used of
exec()
andlocals()
is avoided. See:pyproprop/pyproprop/processed_property.py
Lines 136 to 165 in 8aeb8cc
The text was updated successfully, but these errors were encountered: