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

F_GETPATH is not available in fcntl.fcntl #82145

Closed
vinay0410 mannequin opened this issue Aug 27, 2019 · 5 comments
Closed

F_GETPATH is not available in fcntl.fcntl #82145

vinay0410 mannequin opened this issue Aug 27, 2019 · 5 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@vinay0410
Copy link
Mannequin

vinay0410 mannequin commented Aug 27, 2019

BPO 37964
Nosy @Yhg1s, @tiran, @benjaminp, @miss-islington, @vinay0410
PRs
  • closes bpo-37964: add F_GETPATH command to fcntl #15550
  • bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. #15568
  • 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 = None
    closed_at = <Date 2019-08-29.01:56:22.662>
    created_at = <Date 2019-08-27.14:53:19.654>
    labels = ['type-feature', 'library', '3.9']
    title = 'F_GETPATH is not available in fcntl.fcntl'
    updated_at = <Date 2019-08-29.05:06:52.263>
    user = 'https://github.com/vinay0410'

    bugs.python.org fields:

    activity = <Date 2019-08-29.05:06:52.263>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-08-29.01:56:22.662>
    closer = 'miss-islington'
    components = ['Library (Lib)']
    creation = <Date 2019-08-27.14:53:19.654>
    creator = 'vinay0410'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37964
    keywords = ['patch']
    message_count = 5.0
    messages = ['350635', '350636', '350637', '350700', '350713']
    nosy_count = 5.0
    nosy_names = ['twouters', 'christian.heimes', 'benjamin.peterson', 'miss-islington', 'vinay0410']
    pr_nums = ['15550', '15568']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue37964'
    versions = ['Python 3.9']

    @vinay0410
    Copy link
    Mannequin Author

    vinay0410 mannequin commented Aug 27, 2019

    F_GETPATH cmd/operator is not present in fcntl module.
    This is specific to macos and is only available in macos.

    https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/fcntl.2.html

    This can be also be verified using man fcntl

    @vinay0410 vinay0410 mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Aug 27, 2019
    @tiran
    Copy link
    Member

    tiran commented Aug 27, 2019

    Since it's a feature request, I have reset the version list to 3.9.

    @tiran tiran removed 3.7 (EOL) end of life 3.8 only security fixes labels Aug 27, 2019
    @vinay0410
    Copy link
    Mannequin Author

    vinay0410 mannequin commented Aug 27, 2019

    I have opened a PR, but no reviewers, have been assigned.
    Could you please look into that ?

    @miss-islington
    Copy link
    Contributor

    New changeset 13f37f2 by Miss Islington (bot) (Vinay Sharma) in branch 'master':
    closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
    13f37f2

    @benjaminp
    Copy link
    Contributor

    New changeset 465e5d5 by Benjamin Peterson in branch 'master':
    bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568)
    465e5d5

    @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
    3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants