commit | 7ec3a3236080dd65a6d949427d206c7cab72d47f | [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 | 579c4e2a67b16453e831a2c4da4ddc9c93c5d21a | |
parent | 24457c9ad375239aca9bd176284d1e4f181e02f4 [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.