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

update vendored expat to 2.2.5 #78137

Closed
benjaminp opened this issue Jun 25, 2018 · 5 comments
Closed

update vendored expat to 2.2.5 #78137

benjaminp opened this issue Jun 25, 2018 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir topic-XML

Comments

@benjaminp
Copy link
Contributor

BPO 33956
Nosy @benjaminp, @miss-islington
PRs
  • bpo-33956: update vendored expat to 2.2.5 #7925
  • [3.7] bpo-33956: update vendored expat to 2.2.5 (GH-7925) #7941
  • [3.6] bpo-33956: update vendored expat to 2.2.5 (GH-7925) #7942
  • [2.7] bpo-33956: update vendored expat to 2.2.5 (GH-7925) #7943
  • 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 2018-06-27.03:57:01.287>
    created_at = <Date 2018-06-25.16:41:47.355>
    labels = ['extension-modules', 'expert-XML', '3.7', '3.8']
    title = 'update vendored expat to 2.2.5'
    updated_at = <Date 2018-06-27.03:57:01.286>
    user = 'https://github.com/benjaminp'

    bugs.python.org fields:

    activity = <Date 2018-06-27.03:57:01.286>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-06-27.03:57:01.287>
    closer = 'benjamin.peterson'
    components = ['Extension Modules', 'XML']
    creation = <Date 2018-06-25.16:41:47.355>
    creator = 'benjamin.peterson'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33956
    keywords = ['patch']
    message_count = 5.0
    messages = ['320428', '320532', '320534', '320535', '320540']
    nosy_count = 2.0
    nosy_names = ['benjamin.peterson', 'miss-islington']
    pr_nums = ['7925', '7941', '7942', '7943']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue33956'
    versions = ['Python 2.7', 'Python 3.7', 'Python 3.8']

    @benjaminp
    Copy link
    Contributor Author

    https://github.com/libexpat/libexpat/releases/tag/R_2_2_5

    Release 2.2.5 Tue October 31 2017
    Bug fixes:
    #8 If the parser runs out of memory, make sure its internal
    state reflects the memory it actually has, not the memory
    it wanted to have.
    #11 The default handler wasn't being called when it should for
    a SYSTEM or PUBLIC doctype if an entity declaration handler
    was registered.
    #137 #138 Fix a case of mistakenly reported parsing success where
    XML_StopParser was called from an element handler
    #162 Function XML_ErrorString was returning NULL rather than
    a message for code XML_ERROR_INVALID_ARGUMENT
    introduced with release 2.2.1

        Other changes:
            #106  xmlwf: Add argument -N adding notation declarations
        #75 #106  Test suite: Resolve expected failure cases where xmlwf
                    output was incomplete
            #127  Windows: Fix test suite compilation
       #126 #127  Windows: Fix compilation for Visual Studio 2012
        #33 #132  tests: Mass-fix compilation for XML_UNICODE_WCHAR_T
            #129  examples: Fix compilation for XML_UNICODE_WCHAR_T
            #130  benchmark: Fix compilation for XML_UNICODE_WCHAR_T
            #144  xmlwf: Fix compilation for XML_UNICODE_WCHAR_T; still needs
                    Windows or MinGW for 2-byte wchar_t
              #9  Address two Clang Static Analyzer false positives
             #59  Resolve troublesome macros hiding parser struct membership
                    and dereferencing that pointer
              #6  Resolve superfluous internal malloc/realloc switch
       #153 #155  Improve docbook2x-man detection
            #160  Undefine NDEBUG in the test suite (rather than rejecting it)
            #161  Address compiler warnings
    

    Version info bumped from 7:6:6 to 7:7:6

    @benjaminp benjaminp added 3.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir topic-XML labels Jun 25, 2018
    @benjaminp
    Copy link
    Contributor Author

    New changeset 4e21100 by Benjamin Peterson in branch 'master':
    bpo-33956: update vendored expat to 2.2.5 (GH-7925)
    4e21100

    @miss-islington
    Copy link
    Contributor

    New changeset fb17b81 by Miss Islington (bot) in branch '3.7':
    bpo-33956: update vendored expat to 2.2.5 (GH-7925)
    fb17b81

    @miss-islington
    Copy link
    Contributor

    New changeset 5dc3f23 by Miss Islington (bot) in branch '3.6':
    bpo-33956: update vendored expat to 2.2.5 (GH-7925)
    5dc3f23

    @benjaminp
    Copy link
    Contributor Author

    New changeset 468f97b by Benjamin Peterson in branch '2.7':
    [2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925)
    468f97b

    @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 3.8 only security fixes extension-modules C modules in the Modules dir topic-XML
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants