mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (#138926)
gh-138779: Use the dev_t converter for st_rdev (GH-138780)
This allows to support device numbers larger than 2**63-1.
(cherry picked from commit 43013f72f0)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
77b4ed2a37
commit
4bb33ff1c1
2 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Support device numbers larger than ``2**63-1`` for the
|
||||
:attr:`~os.stat_result.st_rdev` field of the :class:`os.stat_result`
|
||||
structure.
|
||||
Loading…
Add table
Add a link
Reference in a new issue