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

IO_REPARSE_TAG_APPEXECLINK is not defined in old Windows SDK #84854

Closed
gongminmin mannequin opened this issue May 19, 2020 · 5 comments
Closed

IO_REPARSE_TAG_APPEXECLINK is not defined in old Windows SDK #84854

gongminmin mannequin opened this issue May 19, 2020 · 5 comments
Labels
3.8 only security fixes build The build process and cross-build OS-windows

Comments

@gongminmin
Copy link
Mannequin

gongminmin mannequin commented May 19, 2020

BPO 40677
Nosy @pfmoore, @tjguk, @zware, @gongminmin, @zooba, @miss-islington
PRs
  • bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK for old Windows SDK #20206
  • [3.9] bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) #20217
  • [3.8] bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) #20218
  • 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 2020-05-19.12:25:54.518>
    created_at = <Date 2020-05-19.04:08:16.440>
    labels = ['build', '3.8', 'OS-windows']
    title = 'IO_REPARSE_TAG_APPEXECLINK is not defined in old Windows SDK'
    updated_at = <Date 2020-05-19.12:40:31.369>
    user = 'https://github.com/gongminmin'

    bugs.python.org fields:

    activity = <Date 2020-05-19.12:40:31.369>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-05-19.12:25:54.518>
    closer = 'steve.dower'
    components = ['Windows']
    creation = <Date 2020-05-19.04:08:16.440>
    creator = 'Minmin.Gong'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40677
    keywords = ['patch']
    message_count = 5.0
    messages = ['369319', '369340', '369343', '369344', '369346']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'Minmin.Gong', 'steve.dower', 'miss-islington']
    pr_nums = ['20206', '20217', '20218']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue40677'
    versions = ['Python 3.8']

    @gongminmin
    Copy link
    Mannequin Author

    gongminmin mannequin commented May 19, 2020

    Python 3.8 introduces IO_REPARSE_TAG_APPEXECLINK, but this macro is not defined in Windows SDKs before 10. Need to manually define it.

    @gongminmin gongminmin mannequin added 3.8 only security fixes OS-windows build The build process and cross-build labels May 19, 2020
    @zooba
    Copy link
    Member

    zooba commented May 19, 2020

    New changeset 711f9e1 by Minmin Gong in branch 'master':
    bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
    711f9e1

    @zooba
    Copy link
    Member

    zooba commented May 19, 2020

    Thanks!

    @zooba zooba closed this as completed May 19, 2020
    @zooba zooba closed this as completed May 19, 2020
    @miss-islington
    Copy link
    Contributor

    New changeset 560d643 by Miss Islington (bot) in branch '3.8':
    bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
    560d643

    @miss-islington
    Copy link
    Contributor

    New changeset 76d9a9c by Miss Islington (bot) in branch '3.9':
    bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
    76d9a9c

    @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.8 only security fixes build The build process and cross-build OS-windows
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants