Title: sys.stdout.write on Python 2.7 is not EINTR safe · Issue #66206 · python/cpython · GitHub
Open Graph Title: sys.stdout.write on Python 2.7 is not EINTR safe · Issue #66206 · python/cpython
X Title: sys.stdout.write on Python 2.7 is not EINTR safe · Issue #66206 · python/cpython
Description: BPO 22007 Nosy @gpshead, @vstinner, @ned-deily Superseder bpo-18885: handle EINTR in the stdlib Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more details GitH...
Open Graph Description: BPO 22007 Nosy @gpshead, @vstinner, @ned-deily Superseder bpo-18885: handle EINTR in the stdlib Note: these values reflect the state of the issue at the time it was migrated and might not reflect t...
X Description: BPO 22007 Nosy @gpshead, @vstinner, @ned-deily Superseder bpo-18885: handle EINTR in the stdlib Note: these values reflect the state of the issue at the time it was migrated and might not reflect t...
Opengraph URL: https://github.com/python/cpython/issues/66206
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"sys.stdout.write on Python 2.7 is not EINTR safe","articleBody":"BPO | [22007](https://bugs.python.org/issue22007)\n--- | :---\nNosy | @gpshead, @vstinner, @ned-deily\nSuperseder | \u003cli\u003ebpo-18885: handle EINTR in the stdlib\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 2014-07-22.20:16:05.517\u003e\ncreated_at = \u003cDate 2014-07-18.21:10:00.912\u003e\nlabels = ['expert-IO']\ntitle = 'sys.stdout.write on Python 2.7 is not EINTR safe'\nupdated_at = \u003cDate 2014-07-30.17:07:37.502\u003e\nuser = 'https://bugs.python.org/jstewmon'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2014-07-30.17:07:37.502\u003e\nactor = 'piotr.dobrogost'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2014-07-22.20:16:05.517\u003e\ncloser = 'neologix'\ncomponents = ['IO']\ncreation = \u003cDate 2014-07-18.21:10:00.912\u003e\ncreator = 'jstewmon'\ndependencies = []\nfiles = []\nhgrepos = []\nissue_num = 22007\nkeywords = []\nmessage_count = 10.0\nmessages = ['223435', '223441', '223442', '223444', '223445', '223446', '223469', '223527', '223531', '224326']\nnosy_count = 6.0\nnosy_names = ['gregory.p.smith', 'vstinner', 'ned.deily', 'neologix', 'piotr.dobrogost', 'jstewmon']\npr_nums = []\npriority = 'normal'\nresolution = 'duplicate'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = '18885'\ntype = None\nurl = 'https://bugs.python.org/issue22007'\nversions = ['Python 2.7']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/jstewmon","@type":"Person","name":"jstewmon"},"datePublished":"2014-07-18T21:10:01.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/66206/cpython/issues/66206"}
| 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:54dade20-49fb-2675-340c-63013e8976ab |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9710:315724:1771154:207FBC8:6A4DF58D |
| html-safe-nonce | 5cdc54d2a210816ca6e36233923feba16f4d00cdd6252c0902ccde721414b82f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzEwOjMxNTcyNDoxNzcxMTU0OjIwN0ZCQzg6NkE0REY1OEQiLCJ2aXNpdG9yX2lkIjoiNzgwNDE2Njg3MzgyNjU4ODA0NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | b5621a042e2a2ed118bb4e153bee09367ff1e9b9a09c324ee8121444b75b5184 |
| hovercard-subject-tag | issue:1198923667 |
| 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/66206/issue_layout |
| twitter:image | https://opengraph.githubassets.com/f61b731ba9da2fc6fe75b7f3ad092fc40d42b581663fa8dd86971d3602afda22/python/cpython/issues/66206 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/f61b731ba9da2fc6fe75b7f3ad092fc40d42b581663fa8dd86971d3602afda22/python/cpython/issues/66206 |
| og:image:alt | BPO 22007 Nosy @gpshead, @vstinner, @ned-deily Superseder bpo-18885: handle EINTR in the stdlib Note: these values reflect the state of the issue at the time it was migrated and might not reflect t... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jstewmon |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5818716c93c6a2925b815402541a32814e43a7b1261c322b0c2df75224289566 |
| 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 | f4bb89367ca678f057d79b1abc45d6675b1bd5b2 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width