diff options
Diffstat (limited to 'python/python3-pure_eval/README')
-rw-r--r-- | python/python3-pure_eval/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pure_eval/README b/python/python3-pure_eval/README new file mode 100644 index 0000000000000..7b94568df9c8c --- /dev/null +++ b/python/python3-pure_eval/README @@ -0,0 +1,3 @@ +pure_eval is a Python package that lets you safely evaluate certain +AST nodes without triggering arbitrary code that may have unwanted +side effects. |