commit | 7dddec4e9d8aa01f9c25d7824f67510eab931855 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 09 14:46:18 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 09 14:46:18 2012 +0100 |
tree | 87658e28c3cb492ac441e4fdcb18053e9e919e4d | |
parent | 367efc254ddd6b1e40c36d702bc727b9c26dcdcb [diff] |
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.