This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doerwalter
Recipients doerwalter, mfxuus
Date 2021-01-15.10:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610705103.14.0.835439953584.issue42930@roundup.psfhosted.org>
In-reply-to
Content
Just a guess, but the buffer size might be so small that the text that you expect gets passed via **two** calls to _char_data(). You should refactor your code the simply collect all the text in _char_data() and act on it in the _end_element() handler.

So this probably isn't a bug in xml.parsers.expat.
History
Date User Action Args
2021-01-15 10:05:03doerwaltersetrecipients: + doerwalter, mfxuus
2021-01-15 10:05:03doerwaltersetmessageid: <1610705103.14.0.835439953584.issue42930@roundup.psfhosted.org>
2021-01-15 10:05:03doerwalterlinkissue42930 messages
2021-01-15 10:05:03doerwaltercreate