diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-01-24 16:18:24 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-01-24 16:18:24 (GMT) |
commit | 7d0e0c9f7b0b86a25f10739b3c01195c8154f495 (patch) | |
tree | f6bc4c600d5426acadd34d8d7f3a954908fcf7d3 /Misc | |
parent | b95b56150fc3e7834783b54acdddeaed4fe44e27 (diff) | |
download | cpython-7d0e0c9f7b0b86a25f10739b3c01195c8154f495.zip cpython-7d0e0c9f7b0b86a25f10739b3c01195c8154f495.tar.gz cpython-7d0e0c9f7b0b86a25f10739b3c01195c8154f495.tar.bz2 |
Closes #23253: Delay-load ShellExecute
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #23253: Delay-load ShellExecute[AW] in os.startfile for reduced + startup overhead on Windows. + - Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple. |