Skip to content

os.dup() creates an inheritable fd when handling a character file on Windows #81448

Description

@ZackerySpytz
BPO 37267
Nosy @pfmoore, @vstinner, @tjguk, @zware, @zooba, @MojoVampire, @ZackerySpytz
PRs
  • bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows #14051
  • [3.8] bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) #14140
  • [3.7] bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) #14141
  • 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-06-17.08:49:27.884>
    created_at = <Date 2019-06-13.10:12:30.664>
    labels = ['type-bug', '3.8', '3.9', 'extension-modules', '3.7', 'OS-windows']
    title = 'os.dup() creates an inheritable fd when handling a character file on Windows'
    updated_at = <Date 2019-07-10.18:43:06.815>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2019-07-10.18:43:06.815>
    actor = 'josh.r'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-17.08:49:27.884>
    closer = 'vstinner'
    components = ['Extension Modules', 'Windows']
    creation = <Date 2019-06-13.10:12:30.664>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37267
    keywords = ['patch']
    message_count = 8.0
    messages = ['345494', '345513', '345799', '345800', '345824', '345825', '345827', '347633']
    nosy_count = 7.0
    nosy_names = ['paul.moore', 'vstinner', 'tim.golden', 'zach.ware', 'steve.dower', 'josh.r', 'ZackerySpytz']
    pr_nums = ['14051', '14140', '14141']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37267'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions