PyUtils: Fix for python 3.10.
python 3.10 removes the parser module. Use the built-in compile() function instead.
Fix import of MutableMapping.
python 3.10 removes the parser module. Use the built-in compile() function instead.
Fix import of MutableMapping.