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: st_gen and st_birthtime support for FreeBSD
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: alouko, loewis, mwh
Priority: high Keywords: patch

Created on 2005-04-11 13:04 by alouko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-2.4.1-alo1.diff alouko, 2005-04-11 13:04 diff file for the enhancements
Messages (4)
msg48191 - (view) Author: Antti Louko (alouko) Date: 2005-04-11 13:04
This patch implements nanosecond resolution in stat
results for FreeBSD systems.  It also adds st_birthtime
and st_gen (only seen by root) fields.

Tested on FreeBSD 5.3
msg48192 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-08-09 15:03
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

configure 1.474
configure.in 1.487
pyconfig.h.in 1.108
libos.tex 1.165
NEWS 1.1332
posixmodule.c 2.338
msg48193 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2005-08-14 19:06
Logged In: YES 
user_id=6656

I'm fairly sure it's this patch that has broken Python CVS HEAD, at least 
on OS X.  Some kind of refcounting snafu.
msg48194 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-08-14 22:03
Logged In: YES 
user_id=21627

Please check again - the numbering of fields was wrong.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41845
2005-04-11 13:04:10aloukocreate