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

[3.9] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) #31417

Merged
merged 1 commit into from
Feb 18, 2022

Commits on Feb 18, 2022

  1. bpo-46784: Add newly exported expat symbols to the namespace. (python…

    …GH-31397)
    
    The libexpat 2.4.1 upgrade from  introduced the following new exported symbols:
    
    * `testingAccountingGetCountBytesDirect`
    * `testingAccountingGetCountBytesIndirect`
    * `unsignedCharToPrintable`
    * `XML_SetBillionLaughsAttackProtectionActivationThreshold`
    * `XML_SetBillionLaughsAttackProtectionMaximumAmplification`
    
    We need to adjust [Modules/expat/pyexpatns.h](https://github.com/python/cpython/blob/master/Modules/expat/pyexpatns.h)
    
    (The newer libexpat upgrade  has no new symbols).
    
    Automerge-Triggered-By: GH:gpshead
    (cherry picked from commit 6312c10)
    
    Co-authored-by: Yilei "Dolee" Yang <yileiyang@google.com>
    yilei authored and miss-islington committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    57cd27f View commit details
    Browse the repository at this point in the history