Commit c18fca9
committed
Communication: sax parser: add flush() after feed() (clustershell#556)
This is due to libexpat 2.6 reparse deferral as documented in clustershell#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.1 parent e49f842 commit c18fca9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| |||
0 commit comments