From: Antoine Pitrou Date: Sun, 9 Dec 2012 13:47:23 +0000 (+0100) Subject: Issue #16248: Disable code execution from the user's home directory by tkinter when... X-Git-Tag: v3.4.0a1~1884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db0420db17ab4cfff12b5aef9a7e90ac2b8b3c71;p=python 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. --- db0420db17ab4cfff12b5aef9a7e90ac2b8b3c71 diff --cc Misc/NEWS index c305f65293,ff5647b816..73f4474a3b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -163,9 -108,9 +163,12 @@@ Core and Builtin Library ------- + - 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. + +- Issue #13390: New function :func:`sys.getallocatedblocks()` returns the + number of memory blocks currently allocated. + - Issue #16628: Fix a memory leak in ctypes.resize(). - Issue #13614: Fix setup.py register failure with invalid rst in description.