| BPO | 39533 |
|---|---|
| Nosy | @vstinner, @tiran, @Alexander255, @scrool |
| PRs | statx on more recent Linux to expose st_flags and st_btime on all platforms #19125 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
assignee = None closed_at = None created_at = <Date 2020-02-03.04:26:02.819> labels = ['type-feature', 'library', '3.9'] title = 'Use `statx(2)` system call on Linux for extended `os.stat` information' updated_at = <Date 2020-05-17.19:40:44.290> user = 'https://github.com/alexander255'
bugs.python.org fields:
activity = <Date 2020-05-17.19:40:44.290> actor = 'christian.heimes' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2020-02-03.04:26:02.819> creator = 'ntninja' dependencies = [] files = [] hgrepos = [] issue_num = 39533 keywords = ['patch'] message_count = 4.0 messages = ['361265', '369128', '369149', '369150'] nosy_count = 5.0 nosy_names = ['vstinner', 'christian.heimes', 'ntninja', 'slow franklin', 'scrool'] pr_nums = ['19125'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue39533' versions = ['Python 3.9']
Linked PRs
- gh-83714: Use statx on Linux 4.11 and later in os.stat #136334
- gh-83714: Implement os.statx #139178
- gh-83714: Disable os.statx_result.stx_atomic_write_unit_max_opt #140162
- gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure #140185
- gh-83714: Set os.statx() members to None if missing from stx_mask #140216
- gh-83714: Check for struct statx members in configure #140402
- gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None #140407
- gh-83714: Use "stx_" prefix for all os.statx_result members #140432
- gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined #140446
- gh-83714: Set os.statx().stx_mode to None if missing from stx_mask #140484
- gh-83714: Fix compiler warning in stat_nanosecond_timestamp() #141043
- gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t #141069