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

Fix expact version check #73954

Closed
serhiy-storchaka opened this issue Mar 9, 2017 · 5 comments
Closed

Fix expact version check #73954

serhiy-storchaka opened this issue Mar 9, 2017 · 5 comments
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir topic-XML type-security A security issue

Comments

@serhiy-storchaka
Copy link
Member

BPO 29768
Nosy @gpshead, @serhiy-storchaka
PRs
  • bpo-29768: Fixed compile-time check for expat version. #574
  • [3.6] bpo-29768: Fixed compile-time check for expat version. #576
  • [2.7] bpo-29768: Fixed compile-time check for expat version. #577
  • [3.5] bpo-29768: Fixed compile-time check for expat version. (#574) #578
  • 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 2017-03-09.08:58:00.403>
    created_at = <Date 2017-03-09.05:43:24.670>
    labels = ['type-security', 'extension-modules', '3.7', 'expert-XML']
    title = 'Fix expact version check'
    updated_at = <Date 2017-03-24.22:39:30.066>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-24.22:39:30.066>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-09.08:58:00.403>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'XML']
    creation = <Date 2017-03-09.05:43:24.670>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29768
    keywords = []
    message_count = 5.0
    messages = ['289273', '290254', '290255', '290256', '290257']
    nosy_count = 2.0
    nosy_names = ['gregory.p.smith', 'serhiy.storchaka']
    pr_nums = ['574', '576', '577', '578']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'security'
    url = 'https://bugs.python.org/issue29768'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    The compile-time check for expat version added in bpo-14234 doesn't work with expat 3.0.0. Following PR fixes this.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life extension-modules C modules in the Modules dir topic-XML type-security A security issue labels Mar 9, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 9cef253 by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-29768: Fixed compile-time check for expat version. (#576)
    9cef253

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 952b7cb by Serhiy Storchaka in branch '3.5':
    bpo-29768: Fixed compile-time check for expat version. (#574) (#578)
    952b7cb

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 0c2ed76 by Serhiy Storchaka in branch '2.7':
    [2.7] bpo-29768: Fixed compile-time check for expat version. (#577)
    0c2ed76

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 22e707f by Serhiy Storchaka in branch 'master':
    bpo-29768: Fixed compile-time check for expat version. (#574)
    22e707f

    @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.7 (EOL) end of life extension-modules C modules in the Modules dir topic-XML type-security A security issue
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant