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

upgrade pyexpat to expat 2.0.0 #43130

Closed
tmick mannequin opened this issue Mar 31, 2006 · 3 comments
Closed

upgrade pyexpat to expat 2.0.0 #43130

tmick mannequin opened this issue Mar 31, 2006 · 3 comments
Labels
extension-modules C modules in the Modules dir

Comments

@tmick
Copy link
Mannequin

tmick mannequin commented Mar 31, 2006

BPO 1462338
Nosy @birkenfeld
Files
  • python-expat2-upgrade.patch: patch to upgrade to expat 2.0.0
  • 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 2006-06-19.23:25:52.000>
    created_at = <Date 2006-03-31.18:47:26.000>
    labels = ['extension-modules']
    title = 'upgrade pyexpat to expat 2.0.0'
    updated_at = <Date 2006-06-19.23:25:52.000>
    user = 'https://bugs.python.org/tmick'

    bugs.python.org fields:

    activity = <Date 2006-06-19.23:25:52.000>
    actor = 'tmick'
    assignee = 'tmick'
    closed = True
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2006-03-31.18:47:26.000>
    creator = 'tmick'
    dependencies = []
    files = ['7119']
    hgrepos = []
    issue_num = 1462338
    keywords = ['patch']
    message_count = 3.0
    messages = ['49905', '49906', '49907']
    nosy_count = 2.0
    nosy_names = ['tmick', 'georg.brandl']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1462338'
    versions = []

    @tmick
    Copy link
    Mannequin Author

    tmick mannequin commented Mar 31, 2006

    Update Modules/expat to expat 2.0.0. The only effective
    change in the introduction of the XML_Size typedef for
    the XML_GetCurrent{Column|Line}Number() functions which
    effectively changed the type from 'int' to 'long'.

    @tmick tmick mannequin closed this as completed Mar 31, 2006
    @tmick tmick mannequin self-assigned this Mar 31, 2006
    @tmick tmick mannequin added the extension-modules C modules in the Modules dir label Mar 31, 2006
    @tmick tmick mannequin closed this as completed Mar 31, 2006
    @tmick tmick mannequin self-assigned this Mar 31, 2006
    @tmick tmick mannequin added the extension-modules C modules in the Modules dir label Mar 31, 2006
    @birkenfeld
    Copy link
    Member

    Logged In: YES
    user_id=849994

    Can this go into 2.5?

    @tmick
    Copy link
    Mannequin Author

    tmick mannequin commented Jun 19, 2006

    Logged In: YES
    user_id=34892

    Sending Include/pyexpat.h
    Sending Modules/_elementtree.c
    Deleting Modules/expat/Makefile.in
    Adding Modules/expat/amigaconfig.h
    Sending Modules/expat/expat.h
    Sending Modules/expat/expat_external.h
    Sending Modules/expat/xmlparse.c
    Sending Modules/expat/xmlrole.c
    Sending Modules/expat/xmltok.c
    Sending Modules/expat/xmltok.h
    Sending Modules/expat/xmltok_impl.c
    Sending Modules/expat/xmltok_ns.c
    Transmitting file data ...........
    Committed revision 47033.

    @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
    extension-modules C modules in the Modules dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant