commit | 0ee20ebbff9624017709c35f2fe0a4e163ed9007 | [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 | d88fb7c16672a0b31b7ca85c9113dfb67ffc08b3 | |
parent | 2fd0b1a1b95604c74968a10e5fda222655c0b52d [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.