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

mailbox.py: check that os.fsync is available before using it #44252

Closed
baikie mannequin opened this issue Nov 19, 2006 · 2 comments
Closed

mailbox.py: check that os.fsync is available before using it #44252

baikie mannequin opened this issue Nov 19, 2006 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@baikie
Copy link
Mannequin

baikie mannequin commented Nov 19, 2006

BPO 1599256
Nosy @akuchling
Files
  • mailbox-check-fsync.diff: Check that os.fsync is available before using it
  • 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/akuchling'
    closed_at = <Date 2006-12-14.18:59:23.000>
    created_at = <Date 2006-11-19.16:12:28.000>
    labels = ['library']
    title = 'mailbox.py: check that os.fsync is available before using it'
    updated_at = <Date 2006-12-14.18:59:23.000>
    user = 'https://bugs.python.org/baikie'

    bugs.python.org fields:

    activity = <Date 2006-12-14.18:59:23.000>
    actor = 'akuchling'
    assignee = 'akuchling'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2006-11-19.16:12:28.000>
    creator = 'baikie'
    dependencies = []
    files = ['7618']
    hgrepos = []
    issue_num = 1599256
    keywords = ['patch']
    message_count = 2.0
    messages = ['51377', '51378']
    nosy_count = 2.0
    nosy_names = ['akuchling', 'baikie']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1599256'
    versions = ['Python 2.5']

    @baikie
    Copy link
    Mannequin Author

    baikie mannequin commented Nov 19, 2006

    I forgot to do this in patch bpo-1514544.

    @baikie baikie mannequin closed this as completed Nov 19, 2006
    @baikie baikie mannequin assigned akuchling Nov 19, 2006
    @baikie baikie mannequin added the stdlib Python modules in the Lib dir label Nov 19, 2006
    @baikie baikie mannequin closed this as completed Nov 19, 2006
    @baikie baikie mannequin assigned akuchling Nov 19, 2006
    @baikie baikie mannequin added the stdlib Python modules in the Lib dir label Nov 19, 2006
    @akuchling
    Copy link
    Member

    Committed to trunk in rev. 53032 and to 25-maint in rev. 53033. Thanks!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant