Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

st_gen and st_birthtime support for FreeBSD #41845

Closed
alouko mannequin opened this issue Apr 11, 2005 · 4 comments
Closed

st_gen and st_birthtime support for FreeBSD #41845

alouko mannequin opened this issue Apr 11, 2005 · 4 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@alouko
Copy link
Mannequin

alouko mannequin commented Apr 11, 2005

BPO 1180695
Nosy @mwhudson, @loewis
Files
  • Python-2.4.1-alo1.diff: diff file for the enhancements
  • 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 = 'https://github.com/loewis'
    closed_at = <Date 2005-08-14.22:03:28.000>
    created_at = <Date 2005-04-11.13:04:10.000>
    labels = ['interpreter-core']
    title = 'st_gen and st_birthtime support for FreeBSD'
    updated_at = <Date 2005-08-14.22:03:28.000>
    user = 'https://bugs.python.org/alouko'

    bugs.python.org fields:

    activity = <Date 2005-08-14.22:03:28.000>
    actor = 'loewis'
    assignee = 'loewis'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2005-04-11.13:04:10.000>
    creator = 'alouko'
    dependencies = []
    files = ['6610']
    hgrepos = []
    issue_num = 1180695
    keywords = ['patch']
    message_count = 4.0
    messages = ['48191', '48192', '48193', '48194']
    nosy_count = 3.0
    nosy_names = ['mwh', 'loewis', 'alouko']
    pr_nums = []
    priority = 'high'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1180695'
    versions = ['Python 2.4']

    @alouko
    Copy link
    Mannequin Author

    alouko mannequin commented Apr 11, 2005

    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

    @alouko alouko mannequin closed this as completed Apr 11, 2005
    @alouko alouko mannequin assigned loewis Apr 11, 2005
    @alouko alouko mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 11, 2005
    @alouko alouko mannequin closed this as completed Apr 11, 2005
    @alouko alouko mannequin assigned loewis Apr 11, 2005
    @alouko alouko mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 11, 2005
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Aug 9, 2005

    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

    @mwhudson
    Copy link

    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.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Aug 14, 2005

    Logged In: YES
    user_id=21627

    Please check again - the numbering of fields was wrong.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant