Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Communication: sax parser: add flush() after feed() (cea-hpc#556)
This is due to libexpat 2.6 reparse deferral as documented in cea-hpc#556. Unfortunately ExpatParser doesn't seem to have SetReparseDeferralEnabled(), so we use an explicit flush() call to make sure all handlers are called immediately. We control the source XML. NOTE: Only available in Python 3.13 and backports.
- Loading branch information