Title: subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista · Issue #63963 · python/cpython · GitHub
Open Graph Title: subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista · Issue #63963 · python/cpython
X Title: subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista · Issue #63963 · python/cpython
Description: BPO 19764 Nosy @gpshead, @pfmoore, @vstinner, @tjguk, @codeape2, @zware, @eryksun, @zooba, @xflr6, @segevfiner PRs #1218 Files windows-subprocess-close-fds.patch: Implement subprocess.Popen(close_fds=True) with stdio on Windowswindows-su...
Open Graph Description: BPO 19764 Nosy @gpshead, @pfmoore, @vstinner, @tjguk, @codeape2, @zware, @eryksun, @zooba, @xflr6, @segevfiner PRs #1218 Files windows-subprocess-close-fds.patch: Implement subprocess.Popen(close_f...
X Description: BPO 19764 Nosy @gpshead, @pfmoore, @vstinner, @tjguk, @codeape2, @zware, @eryksun, @zooba, @xflr6, @segevfiner PRs #1218 Files windows-subprocess-close-fds.patch: Implement subprocess.Popen(close_f...
Opengraph URL: https://github.com/python/cpython/issues/63963
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista","articleBody":"BPO | [19764](https://bugs.python.org/issue19764)\n--- | :---\nNosy | @gpshead, @pfmoore, @vstinner, @tjguk, @codeape2, @zware, @eryksun, @zooba, @xflr6, @segevfiner\nPRs | \u003cli\u003epython/cpython#1218\u003c/li\u003e\nFiles | \u003cli\u003e[windows-subprocess-close-fds.patch](https://bugs.python.org/file46175/windows-subprocess-close-fds.patch \"Uploaded as text/plain at 2017-01-06.12:38:34 by @segevfiner\"): Implement subprocess.Popen(close_fds=True) with stdio on Windows\u003c/li\u003e\u003cli\u003e[windows-subprocess-close-fds-v2.patch](https://bugs.python.org/file46178/windows-subprocess-close-fds-v2.patch \"Uploaded as text/plain at 2017-01-06.18:19:46 by @segevfiner\"): Second version of the patch\u003c/li\u003e\u003cli\u003e[windows-subprocess-close-fds-v3.patch](https://bugs.python.org/file46185/windows-subprocess-close-fds-v3.patch \"Uploaded as text/plain at 2017-01-07.08:16:33 by @segevfiner\"): Third version of the patch\u003c/li\u003e\u003cli\u003e[windows-subprocess-close-fds-v3-vista7-hack.patch](https://bugs.python.org/file46282/windows-subprocess-close-fds-v3-vista7-hack.patch \"Uploaded as text/plain at 2017-01-13.17:22:28 by @segevfiner\"): Third version with an hack around Vista/7 nastiness (Requires testing)\u003c/li\u003e\u003cli\u003e[windows-subprocess-close-fds-v4.patch](https://bugs.python.org/file46814/windows-subprocess-close-fds-v4.patch \"Uploaded as text/plain at 2017-04-19.22:08:23 by @segevfiner\"): 4th version of the patch\u003c/li\u003e\u003cli\u003e[windows-subprocess-close-fds-v5.patch](https://bugs.python.org/file46819/windows-subprocess-close-fds-v5.patch \"Uploaded as text/plain at 2017-04-20.18:13:06 by @segevfiner\")\u003c/li\u003e\u003cli\u003e[windows-subprocess-close-fds-v6.patch](https://bugs.python.org/file46820/windows-subprocess-close-fds-v6.patch \"Uploaded as text/plain at 2017-04-20.19:09:00 by @segevfiner\"): 6th version of the patch (Now on top of Git :P)\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = None\nclosed_at = \u003cDate 2017-12-18.09:35:37.441\u003e\ncreated_at = \u003cDate 2013-11-25.09:01:55.948\u003e\nlabels = ['3.7', 'library', 'OS-windows', 'performance']\ntitle = 'subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista'\nupdated_at = \u003cDate 2018-07-04.14:56:46.872\u003e\nuser = 'https://github.com/vstinner'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2018-07-04.14:56:46.872\u003e\nactor = 'xflr6'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2017-12-18.09:35:37.441\u003e\ncloser = 'vstinner'\ncomponents = ['Library (Lib)', 'Windows']\ncreation = \u003cDate 2013-11-25.09:01:55.948\u003e\ncreator = 'vstinner'\ndependencies = []\nfiles = ['46175', '46178', '46185', '46282', '46814', '46819', '46820']\nhgrepos = []\nissue_num = 19764\nkeywords = ['patch']\nmessage_count = 28.0\nmessages = ['204314', '204637', '204638', '204675', '284817', '284834', '284843', '284865', '284866', '284898', '284903', '285427', '291421', '291900', '291915', '291989', '291995', '291996', '294164', '294791', '294810', '308470', '308528', '308530', '308531', '320784', '320806', '321048']\nnosy_count = 11.0\nnosy_names = ['gregory.p.smith', 'paul.moore', 'vstinner', 'tim.golden', 'Bernt.R\\xc3\\xb8skar.Brenna', 'sbt', 'zach.ware', 'eryksun', 'steve.dower', 'xflr6', 'Segev Finer']\npr_nums = ['1218']\npriority = 'normal'\nresolution = 'fixed'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'resource usage'\nurl = 'https://bugs.python.org/issue19764'\nversions = ['Python 3.7']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/vstinner","@type":"Person","name":"vstinner"},"datePublished":"2013-11-25T09:01:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":28},"url":"https://github.com/63963/cpython/issues/63963"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:70b679b5-e0f2-092e-edd0-c9067488a9f8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DE9A:292AE:AB9D0:ECDA3:6A5122AA |
| html-safe-nonce | 3996fdd278820502e1a7fc3caa45cdd94758b64958582d7c52cd549216bcd1e6 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERTlBOjI5MkFFOkFCOUQwOkVDREEzOjZBNTEyMkFBIiwidmlzaXRvcl9pZCI6IjYwOTcyOTgxMTgyMjI2MTkzMDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 11cc04b3343c654311281aeb60a87773529c5eb3bce509bd31b9de1b80e89dea |
| hovercard-subject-tag | issue:1198909876 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/63963/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ba0a297e4465a8eb8c743f443d6f86f5377ac1dc2062cb1d098e7885b5b52d8e/python/cpython/issues/63963 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ba0a297e4465a8eb8c743f443d6f86f5377ac1dc2062cb1d098e7885b5b52d8e/python/cpython/issues/63963 |
| og:image:alt | BPO 19764 Nosy @gpshead, @pfmoore, @vstinner, @tjguk, @codeape2, @zware, @eryksun, @zooba, @xflr6, @segevfiner PRs #1218 Files windows-subprocess-close-fds.patch: Implement subprocess.Popen(close_f... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | vstinner |
| hostname | github.com |
| expected-hostname | github.com |
| None | 689b683944b0d7f015d0e776452c970832fa81b82dc15284469b556ecced715b |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 942b51ed3bd5feee3d5e2719f890a5fe286edbbb |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width