René's URL Explorer Experiment


Title: Fixes SIGSEGV and improve thread safety of journal.Reader class by sebres · Pull Request #144 · systemd/python-systemd · GitHub

Open Graph Title: Fixes SIGSEGV and improve thread safety of journal.Reader class by sebres · Pull Request #144 · systemd/python-systemd

X Title: Fixes SIGSEGV and improve thread safety of journal.Reader class by sebres · Pull Request #144 · systemd/python-systemd

Description: This PR fixes threaded issues of journal.Reader class and improves its thread-safety, using simple protection with ref-counter; It would avoid segfault by closing journal across threads. The algorithm is simple, here short explanation illustrating the approach on an example of #143: TH Action ref_count j_handle ... Reader created and has initial ref-count 1 1 valid A Enter Reader_wait(), increment ref-count, release the lock (GIL), enter sd_journal_wait() 2 valid A Leave sd_journal_wait(), acquiring the lock (GIL), decrement ref-count, not calling sd_journal_close() because of ref_count == 1, leave Reader_wait() 1 valid - ... now thread A repeats the wait() however thread B invokes close() in-between ... - - A Enter Reader_wait(), increment ref-count, release the lock (GIL), enter sd_journal_wait() 2 valid B Enter Reader_close(), set closed flag, decrement ref-count, but don't close it because of ref_count > 0 1 valid A Leave sd_journal_wait(), acquiring the lock (GIL), decrement ref-count, calling sd_journal_close() because of ref_count == 0, leave Reader_wait() 0 NULL If thread B manages to close the handle before A enters wait mode, it is also safe, because then sd_journal_wait() would generate EINVARG and Reader.wait() raises an error ([Errno 22] Invalid argument). Anyway, no segfault happens anymore and it is more or less thread-safe. closes gh-143

Open Graph Description: This PR fixes threaded issues of journal.Reader class and improves its thread-safety, using simple protection with ref-counter; It would avoid segfault by closing journal across threads. The algori...

X Description: This PR fixes threaded issues of journal.Reader class and improves its thread-safety, using simple protection with ref-counter; It would avoid segfault by closing journal across threads. The algori...

Opengraph URL: https://github.com/systemd/python-systemd/pull/144

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:86b179ec-d997-89d1-53eb-54f04d6b31f9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8B3E:1528C6:9793D3:D5B606:6A4E8070
html-safe-nonce31df7649216cda5d7927d583ecbe848c1aa1fba7eb005e8d56f77d3ae3dabcfb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QjNFOjE1MjhDNjo5NzkzRDM6RDVCNjA2OjZBNEU4MDcwIiwidmlzaXRvcl9pZCI6IjcyOTAwNTA4MTAyMjk5ODEyOTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd88d7f17881854ed4d271a42d9e0a1d4ceb92e677195e3503082b122155edfe2
hovercard-subject-tagpull_request:2431875269
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/systemd/python-systemd/pull/144/files
twitter:imagehttps://avatars.githubusercontent.com/u/3769657?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/3769657?s=400&v=4
og:image:altThis PR fixes threaded issues of journal.Reader class and improves its thread-safety, using simple protection with ref-counter; It would avoid segfault by closing journal across threads. The algori...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/systemd/python-systemd git https://github.com/systemd/python-systemd.git
octolytics-dimension-user_id1918868
octolytics-dimension-user_loginsystemd
octolytics-dimension-repository_id38590109
octolytics-dimension-repository_nwosystemd/python-systemd
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id38590109
octolytics-dimension-repository_network_root_nwosystemd/python-systemd
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/systemd/python-systemd/pull/144/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsystemd%2Fpython-systemd%2Fpull%2F144%2Ffiles
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%2Fsystemd%2Fpython-systemd%2Fpull%2F144%2Ffiles
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%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=systemd%2Fpython-systemd
Reloadhttps://github.com/systemd/python-systemd/pull/144/files
Reloadhttps://github.com/systemd/python-systemd/pull/144/files
Reloadhttps://github.com/systemd/python-systemd/pull/144/files
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
systemd https://github.com/systemd
python-systemdhttps://github.com/systemd/python-systemd
Notifications https://github.com/login?return_to=%2Fsystemd%2Fpython-systemd
Fork 77 https://github.com/login?return_to=%2Fsystemd%2Fpython-systemd
Star 521 https://github.com/login?return_to=%2Fsystemd%2Fpython-systemd
Code https://github.com/systemd/python-systemd
Issues 26 https://github.com/systemd/python-systemd/issues
Pull requests 3 https://github.com/systemd/python-systemd/pulls
Actions https://github.com/systemd/python-systemd/actions
Models https://github.com/systemd/python-systemd/models
Security and quality 0 https://github.com/systemd/python-systemd/security
Insights https://github.com/systemd/python-systemd/pulse
Code https://github.com/systemd/python-systemd
Issues https://github.com/systemd/python-systemd/issues
Pull requests https://github.com/systemd/python-systemd/pulls
Actions https://github.com/systemd/python-systemd/actions
Models https://github.com/systemd/python-systemd/models
Security and quality https://github.com/systemd/python-systemd/security
Insights https://github.com/systemd/python-systemd/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fsystemd%2Fpython-systemd%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fsystemd%2Fpython-systemd%2Fissues%2Fnew%2Fchoose
sebreshttps://github.com/sebres
systemd:mainhttps://github.com/systemd/python-systemd/tree/main
sebres:gh-143-sf-fixhttps://github.com/sebres/python-systemd/tree/gh-143-sf-fix
Conversation 18 https://github.com/systemd/python-systemd/pull/144
Commits 4 https://github.com/systemd/python-systemd/pull/144/commits
Checks 14 https://github.com/systemd/python-systemd/pull/144/checks
Files changed https://github.com/systemd/python-systemd/pull/144/files
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
Fixes SIGSEGV and improve thread safety of journal.Reader class https://github.com/systemd/python-systemd/pull/144/files#top
Show all changes 4 commits https://github.com/systemd/python-systemd/pull/144/files
245784c improve thread safety of journal.Reader class by simple protection wi… sebres Apr 1, 2025 https://github.com/systemd/python-systemd/pull/144/commits/245784c42fc5d4a41afc4ab77736f84245f4138b
7fa91c8 amend: close and decrement count for initial reference only once (avo… sebres Apr 1, 2025 https://github.com/systemd/python-systemd/pull/144/commits/7fa91c80e33936488d0ae284fdfa1bd819f6c14e
7c99a39 repair GHA-CI (update versions, pip install using --break-system-pack… sebres Apr 2, 2025 https://github.com/systemd/python-systemd/pull/144/commits/7c99a39e6dc40367b4bbd3173f3db9dcc799cc97
646b3b3 remove noop, unneeded by dealloc sebres Jul 1, 2025 https://github.com/systemd/python-systemd/pull/144/commits/646b3b3db84e9812bdbce0143b148adbe368812d
Clear filters https://github.com/systemd/python-systemd/pull/144/files
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
build.yml https://github.com/systemd/python-systemd/pull/144/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
install.yml https://github.com/systemd/python-systemd/pull/144/files#diff-1f5b844aa5fb28f676b2210fcb7e47db8a5c995374272cbe93352ff41b4ddb21
_reader.c https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
.github/workflows/build.ymlhttps://github.com/systemd/python-systemd/pull/144/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
View file https://github.com/systemd/python-systemd/blob/646b3b3db84e9812bdbce0143b148adbe368812d/.github/workflows/build.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/systemd/python-systemd/pull/144/{{ revealButtonHref }}
https://github.com/systemd/python-systemd/pull/144/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
behrmannhttps://github.com/behrmann
Jun 4, 2025https://github.com/systemd/python-systemd/pull/144/files#r2126222808
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
sebreshttps://github.com/sebres
Jun 4, 2025https://github.com/systemd/python-systemd/pull/144/files#r2126237489
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
https://github.com/systemd/python-systemd/pull/144/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
behrmannhttps://github.com/behrmann
Jun 4, 2025https://github.com/systemd/python-systemd/pull/144/files#r2126223777
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
sebreshttps://github.com/sebres
Jun 4, 2025https://github.com/systemd/python-systemd/pull/144/files#r2126248756
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
https://github.com/systemd/python-systemd/pull/144/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721
.github/workflows/install.ymlhttps://github.com/systemd/python-systemd/pull/144/files#diff-1f5b844aa5fb28f676b2210fcb7e47db8a5c995374272cbe93352ff41b4ddb21
View file https://github.com/systemd/python-systemd/blob/646b3b3db84e9812bdbce0143b148adbe368812d/.github/workflows/install.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/systemd/python-systemd/pull/144/{{ revealButtonHref }}
https://github.com/systemd/python-systemd/pull/144/files#diff-1f5b844aa5fb28f676b2210fcb7e47db8a5c995374272cbe93352ff41b4ddb21
https://github.com/systemd/python-systemd/pull/144/files#diff-1f5b844aa5fb28f676b2210fcb7e47db8a5c995374272cbe93352ff41b4ddb21
https://github.com/systemd/python-systemd/pull/144/files#diff-1f5b844aa5fb28f676b2210fcb7e47db8a5c995374272cbe93352ff41b4ddb21
https://github.com/systemd/python-systemd/pull/144/files#diff-1f5b844aa5fb28f676b2210fcb7e47db8a5c995374272cbe93352ff41b4ddb21
systemd/_reader.chttps://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
View file https://github.com/systemd/python-systemd/blob/646b3b3db84e9812bdbce0143b148adbe368812d/systemd/_reader.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/systemd/python-systemd/pull/144/{{ revealButtonHref }}
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
keszybzhttps://github.com/keszybz
Jul 1, 2025https://github.com/systemd/python-systemd/pull/144/files#r2176926076
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
keszybzhttps://github.com/keszybz
Jul 1, 2025https://github.com/systemd/python-systemd/pull/144/files#r2177055249
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
#143https://github.com/systemd/python-systemd/issues/143
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
sebreshttps://github.com/sebres
Jul 1, 2025https://github.com/systemd/python-systemd/pull/144/files#r2177432990
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
keszybzhttps://github.com/keszybz
Oct 3, 2025https://github.com/systemd/python-systemd/pull/144/files#r2401483950
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
sebreshttps://github.com/sebres
Oct 3, 2025https://github.com/systemd/python-systemd/pull/144/files#r2402063009
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
keszybzhttps://github.com/keszybz
Oct 11, 2025https://github.com/systemd/python-systemd/pull/144/files#r2423113595
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
sebreshttps://github.com/sebres
Oct 12, 2025https://github.com/systemd/python-systemd/pull/144/files#r2423231161
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
https://github.com/systemd/python-systemd/pull/144/files#diff-dd100310d30379d0c793339044319dfedcb45b6ccc982dfdef86070b516d6862
Please reload this pagehttps://github.com/systemd/python-systemd/pull/144/files
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.