Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
systemd
/
python-systemd
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
524
Code
Issues
26
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add typing and fix some bugs I found on the way
- #166
#166
Closed
viccie30
wants to merge 12 commits into
systemd:main
systemd/python-systemd:main
from
viccie30:typing
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Add typing and fix some bugs I found on the way
#166
viccie30
wants to merge 12 commits into
systemd:main
systemd/python-systemd:main
from
viccie30:typing
Copy head branch name to clipboard
Commits
Commits on Dec 31, 2025
reader: drop unused datetime import
viccie30
committed
6077efa
View commit details
Copy full SHA for 6077efa
Browse repository at this point
reader: change PyStructSequence_InitType to PyStructSequence_InitType2 to detect errors
viccie30
committed
30d0252
View commit details
Copy full SHA for 30d0252
Browse repository at this point
modules: add pythoncapi_compat.h
Show description for 44183a1
viccie30
committed
44183a1
View commit details
Copy full SHA for 44183a1
Browse repository at this point
Commits on Jan 2, 2026
modules: use PyModule_AddObjectRef, PyModule_Add, and PyModule_AddType to prevent leaked references
Show description for 8637b76
viccie30
committed
8637b76
View commit details
Copy full SHA for 8637b76
Browse repository at this point
modules: use fully qualified names for types and modules
Show description for 7d08237
viccie30
committed
7d08237
View commit details
Copy full SHA for 7d08237
Browse repository at this point
reader: enforce exclusivity of path, files, and namespace arguments of Reader constructor
viccie30
committed
7e37b23
View commit details
Copy full SHA for 7e37b23
Browse repository at this point
reader: clear exception on empty files argument
Show description for b8c3714
viccie30
committed
b8c3714
View commit details
Copy full SHA for b8c3714
Browse repository at this point
reader: check return value of PySequence_Length
Show description for c6a323c
viccie30
committed
c6a323c
View commit details
Copy full SHA for c6a323c
Browse repository at this point
reader: disallow passing None to get_catalog
Show description for cd2ccd5
viccie30
committed
cd2ccd5
View commit details
Copy full SHA for cd2ccd5
Browse repository at this point
reader: add missing flags for sd_journal_open*()
viccie30
committed
1f20db1
View commit details
Copy full SHA for 1f20db1
Browse repository at this point
reader: turn open flags and wakeup event types into actual Python enums
Show description for 894055c
viccie30
committed
894055c
View commit details
Copy full SHA for 894055c
Browse repository at this point
modules: add typing
Show description for 92e2d7a
viccie30
committed
92e2d7a
View commit details
Copy full SHA for 92e2d7a
Browse repository at this point
You can’t perform that action at this time.