This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add st_flags support to (l)stat function
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: dgp85, hyeshik.chang
Priority: normal Keywords: patch

Created on 2005-05-31 16:39 by dgp85, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.3.5-st_flags.patch dgp85, 2005-05-31 16:39 python-2.3.5-st_flags.patch
Messages (2)
msg48393 - (view) Author: Diego Pettenò (dgp85) Date: 2005-05-31 16:39
The attached patch applied over Python 2.3.5 sources adds  
support for st_flags attribute of struct stat, which is used  
for example on FreeBSD for file's special flags.  
  
The same patch applies (with a bit of fuzzyness) over 2.4.  
  
The check is similar to the st_blocks and st_rdev in  
configure.in, and works in the same way.  
  
HTH, 
 
Diego Pettenò 
msg48394 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2005-06-02 13:13
Logged In: YES 
user_id=55188

Committed as:
configure 1.472
configure.in 1.485
pyconfig.h.in 1.107
Misc/NEWS 1.1295
Modules/posixmodule.c 2.336
Doc/lib/libos.tex 1.155

You specified "Group" as Python 2.3, but it can't
go Python 2.3 nor 2.4 because it's not a bug fix. :)

Thank you!
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42034
2005-05-31 16:39:15dgp85create