bpo-46784: Add newly exported expat symbols to the namespace. (GH-313… · python/cpython@ccbc31e · GitHub
Skip to content

Commit ccbc31e

Browse files
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31419)
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>
1 parent 28ad79e commit ccbc31e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions

Modules/expat/pyexpatns.h

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)