mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add pcre to the list of safe modules.
This commit is contained in:
parent
f7a8b45d71
commit
426916e50e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class RExec(ihooks._Verbose):
|
|||
ok_builtin_modules = ('audioop', 'array', 'binascii',
|
||||
'cmath', 'errno', 'imageop',
|
||||
'marshal', 'math', 'md5', 'operator',
|
||||
'parser', 'regex', 'rotor', 'select',
|
||||
'parser', 'regex', 'pcre', 'rotor', 'select',
|
||||
'strop', 'struct', 'time')
|
||||
|
||||
ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue