Skip to content

Commit 0e1c9de

Browse files
committed
python bindings: add PROC_ROOT to exported list
Fixes: b951a35 ("bindings: add support for PATHRS_PROC_ROOT") Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 97dbb28 commit 0e1c9de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] ##
8+
### Fixes ###
9+
- python bindings: actually export `PROC_ROOT`.
810

911
## [0.1.1] - 2024-10-01 ##
1012

contrib/bindings/python/pathrs/_pathrs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# core api
2929
"Root", "Handle",
3030
# procfs api
31-
"PROC_SELF", "PROC_THREAD_SELF",
31+
"PROC_ROOT", "PROC_SELF", "PROC_THREAD_SELF",
3232
"proc_open", "proc_open_raw", "proc_readlink",
3333
# error api
3434
"Error",

0 commit comments

Comments
 (0)