Replace eval() and exec() use for menu functions
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 21:01:32 +0000 (21:01 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 15:07:54 +0000 (15:07 +0000)
commita657b530f33267e5e1237355db4a79d40c914baf
tree989be4f244914faa6cb4b57b6f9f7d7988cf4daa
parent85e648fc1e7c1d4ee40836bcd617d731a7fb7094
Replace eval() and exec() use for menu functions

Add a new misc.call_hook_function() routine based on the existing
command execution in misc.handler_active() to eliminate all use of
eval() and exec() built-ins in menu operations.
mudpy/misc.py