René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2273b963-0d28-4ecb-81a1-a13e29824442
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC678:204447:C32A3B:10905F3:6A54348A
html-safe-nonce9a8cf99d52bf28eca85f2a044ad79117bbc08aaf536b07f8934e106c43645d0a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjc4OjIwNDQ0NzpDMzJBM0I6MTA5MDVGMzo2QTU0MzQ4QSIsInZpc2l0b3JfaWQiOiI0MDgyMjczMDA5NjgzMTQ5OTYyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacd63ed7035aec751bcd736ea92d4aa99036ee023148cf9ee896abf37e11b71af3
hovercard-subject-tagissue:1198854230
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/52654/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5f7c39216b8f145657bdf829361b36dae006279035ee0f3874878a71b93483a5/python/cpython/issues/52654
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5f7c39216b8f145657bdf829361b36dae006279035ee0f3874878a71b93483a5/python/cpython/issues/52654
og:image:altBPO 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameexarkun
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/52654#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F52654
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F52654
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/52654
Reloadhttps://github.com/python/cpython/issues/52654
Reloadhttps://github.com/python/cpython/issues/52654
Please reload this pagehttps://github.com/python/cpython/issues/52654
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/52654
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
expose pthread_sigmask(), pthread_kill(), sigpending() and sigwait() in the signal modulehttps://github.com/python/cpython/issues/52654#top
extension-modulesC modules in the Modules dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22extension-modules%22
stdlibStandard Library Python modules in the Lib/ directoryhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22stdlib%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
on Apr 15, 2010https://github.com/python/cpython/issues/52654#issue-1198854230
8407https://bugs.python.org/issue8407
@loewishttps://github.com/loewis
@gpsheadhttps://github.com/gpshead
@jceahttps://github.com/jcea
@pitrouhttps://github.com/pitrou
@vstinnerhttps://github.com/vstinner
@giampaolohttps://github.com/giampaolo
@benjaminphttps://github.com/benjaminp
@skrahhttps://github.com/skrah
@smarnachhttps://github.com/smarnach
signal_pthread_sigmask-2.patchhttps://bugs.python.org/file21736/signal_pthread_sigmask-2.patch
signalfd-3.patchhttps://bugs.python.org/file21857/signalfd-3.patch
pending_signals-3.patchhttps://bugs.python.org/file21921/pending_signals-3.patch
wakeup_signum.patchhttps://bugs.python.org/file21922/wakeup_signum.patch
signalfd-4.patchhttps://bugs.python.org/file21930/signalfd-4.patch
sig_wakeup_race.diffhttps://bugs.python.org/file22093/sig_wakeup_race.diff
sigwait_gil.diffhttps://bugs.python.org/file22300/sigwait_gil.diff
test_sigwait.diffhttps://bugs.python.org/file22312/test_sigwait.diff
extension-modulesC modules in the Modules dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22extension-modules%22
stdlibStandard Library Python modules in the Lib/ directoryhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22stdlib%22
type-featureA feature request or enhancementhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-feature%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.