Title: expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module · Issue #52654 · python/cpython · GitHub
Open Graph Title: expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module · Issue #52654 · python/cpython
X Title: expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module · Issue #52654 · python/cpython
Description: BPO 8407 Nosy @loewis, @gpshead, @jcea, @pitrou, @vstinner, @giampaolo, @benjaminp, @skrah, @smarnach Files signal_pthread_sigmask-2.patchsignalfd-3.patchpending_signals-3.patchwakeup_signum.patchsignalfd-4.patchsig_wakeup_race.diff: pat...
Open Graph Description: BPO 8407 Nosy @loewis, @gpshead, @jcea, @pitrou, @vstinner, @giampaolo, @benjaminp, @skrah, @smarnach Files signal_pthread_sigmask-2.patchsignalfd-3.patchpending_signals-3.patchwakeup_signum.patchs...
X Description: BPO 8407 Nosy @loewis, @gpshead, @jcea, @pitrou, @vstinner, @giampaolo, @benjaminp, @skrah, @smarnach Files signal_pthread_sigmask-2.patchsignalfd-3.patchpending_signals-3.patchwakeup_signum.patchs...
Opengraph URL: https://github.com/python/cpython/issues/52654
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module","articleBody":"BPO | [8407](https://bugs.python.org/issue8407)\n--- | :---\nNosy | @loewis, @gpshead, @jcea, @pitrou, @vstinner, @giampaolo, @benjaminp, @skrah, @smarnach\nFiles | \u003cli\u003e[signal_pthread_sigmask-2.patch](https://bugs.python.org/file21736/signal_pthread_sigmask-2.patch \"Uploaded as text/plain at 2011-04-20.00:49:30 by @vstinner\")\u003c/li\u003e\u003cli\u003e[signalfd-3.patch](https://bugs.python.org/file21857/signalfd-3.patch \"Uploaded as text/plain at 2011-05-02.15:20:57 by @vstinner\")\u003c/li\u003e\u003cli\u003e[pending_signals-3.patch](https://bugs.python.org/file21921/pending_signals-3.patch \"Uploaded as text/plain at 2011-05-07.10:00:57 by @vstinner\")\u003c/li\u003e\u003cli\u003e[wakeup_signum.patch](https://bugs.python.org/file21922/wakeup_signum.patch \"Uploaded as text/plain at 2011-05-07.10:07:17 by @vstinner\")\u003c/li\u003e\u003cli\u003e[signalfd-4.patch](https://bugs.python.org/file21930/signalfd-4.patch \"Uploaded as text/plain at 2011-05-08.00:31:32 by @vstinner\")\u003c/li\u003e\u003cli\u003e[sig_wakeup_race.diff](https://bugs.python.org/file22093/sig_wakeup_race.diff \"Uploaded as text/plain at 2011-05-24.16:15:33 by neologix\"): patch for wakeup FD race\u003c/li\u003e\u003cli\u003e[sigwait_gil.diff](https://bugs.python.org/file22300/sigwait_gil.diff \"Uploaded as text/plain at 2011-06-09.17:17:20 by neologix\")\u003c/li\u003e\u003cli\u003e[test_sigwait.diff](https://bugs.python.org/file22312/test_sigwait.diff \"Uploaded as text/plain at 2011-06-10.09:30:09 by neologix\")\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 2011-06-10.10:59:18.072\u003e\ncreated_at = \u003cDate 2010-04-15.05:00:36.517\u003e\nlabels = ['extension-modules', 'type-feature', 'library']\ntitle = 'expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal module'\nupdated_at = \u003cDate 2012-03-30.23:24:33.524\u003e\nuser = 'https://bugs.python.org/exarkun'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2012-03-30.23:24:33.524\u003e\nactor = 'smarnach'\nassignee = 'exarkun'\nclosed = True\nclosed_date = \u003cDate 2011-06-10.10:59:18.072\u003e\ncloser = 'vstinner'\ncomponents = ['Extension Modules', 'Library (Lib)']\ncreation = \u003cDate 2010-04-15.05:00:36.517\u003e\ncreator = 'exarkun'\ndependencies = []\nfiles = ['21736', '21857', '21921', '21922', '21930', '22093', '22300', '22312']\nhgrepos = []\nissue_num = 8407\nkeywords = ['patch', 'needs review']\nmessage_count = 68.0\nmessages = ['103182', '103183', '103184', '103210', '103326', '104725', '105099', '105100', '105123', '105134', '105162', '128979', '133977', '134111', '134113', '134861', '134865', '134973', '134978', '134981', '134982', '135011', '135029', '135032', '135038', '135041', '135087', '135112', '135118', '135122', '135220', '135252', '135266', '135436', '135437', '135438', '135439', '135440', '135442', '135499', '135509', '135511', '135512', '135514', '135539', '135580', '135581', '136761', '136816', '136817', '137071', '137382', '137387', '137407', '137945', '138017', '138018', '138036', '138039', '138042', '138057', '138061', '138066', '138072', '138073', '138076', '138077', '157157']\nnosy_count = 15.0\nnosy_names = ['loewis', 'gregory.p.smith', 'jcea', 'spiv', 'exarkun', 'pitrou', 'vstinner', 'giampaolo.rodola', 'benjamin.peterson', 'marcin.bachry', 'schmichael', 'skrah', 'neologix', 'python-dev', 'smarnach']\npr_nums = []\npriority = 'normal'\nresolution = 'fixed'\nstage = None\nstatus = 'closed'\nsuperseder = None\ntype = 'enhancement'\nurl = 'https://bugs.python.org/issue8407'\nversions = ['Python 3.3']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/exarkun","@type":"Person","name":"exarkun"},"datePublished":"2010-04-15T05:00:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":68},"url":"https://github.com/52654/cpython/issues/52654"}
| 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:2273b963-0d28-4ecb-81a1-a13e29824442 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C678:204447:C32A3B:10905F3:6A54348A |
| html-safe-nonce | 9a8cf99d52bf28eca85f2a044ad79117bbc08aaf536b07f8934e106c43645d0a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjc4OjIwNDQ0NzpDMzJBM0I6MTA5MDVGMzo2QTU0MzQ4QSIsInZpc2l0b3JfaWQiOiI0MDgyMjczMDA5NjgzMTQ5OTYyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | d63ed7035aec751bcd736ea92d4aa99036ee023148cf9ee896abf37e11b71af3 |
| hovercard-subject-tag | issue:1198854230 |
| 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/52654/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5f7c39216b8f145657bdf829361b36dae006279035ee0f3874878a71b93483a5/python/cpython/issues/52654 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5f7c39216b8f145657bdf829361b36dae006279035ee0f3874878a71b93483a5/python/cpython/issues/52654 |
| og:image:alt | BPO 8407 Nosy @loewis, @gpshead, @jcea, @pitrou, @vstinner, @giampaolo, @benjaminp, @skrah, @smarnach Files signal_pthread_sigmask-2.patchsignalfd-3.patchpending_signals-3.patchwakeup_signum.patchs... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | exarkun |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| 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 | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width