Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
| BPO | 39533 |
|---|---|
| Nosy | @vstinner,@tiran,@Alexander255,@scrool |
| PRs | statx on more recent Linux to exposest_flags andst_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 details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2020-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=<Date2020-05-17.19:40:44.290>user='https://github.com/alexander255'
bugs.python.org fields:
activity=<Date2020-05-17.19:40:44.290>actor='christian.heimes'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Library (Lib)']creation=<Date2020-02-03.04:26:02.819>creator='ntninja'dependencies= []files= []hgrepos= []issue_num=39533keywords= ['patch']message_count=4.0messages= ['361265','369128','369149','369150']nosy_count=5.0nosy_names= ['vstinner','christian.heimes','ntninja','slow franklin','scrool']pr_nums= ['19125']priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype='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