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 Ananth Vijalapuram
Recipients Ananth Vijalapuram
Date 2020-02-21.17:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582307998.92.0.808661201788.issue39714@roundup.psfhosted.org>
In-reply-to
Content
I am trying to parse a very large XML file. Here is the output:

python3.7.4 crif_parser.py
Retrieved 3593891712 characters <- this is printed from my script
Traceback (most recent call last):
  File "crif_parser.py", line 9, in <module>
    tree = ET.fromstring(data)
  File "python3/3.7.4/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
    parser.feed(text)
OverflowError: size does not fit in an int
History
Date User Action Args
2020-02-21 17:59:58Ananth Vijalapuramsetrecipients: + Ananth Vijalapuram
2020-02-21 17:59:58Ananth Vijalapuramsetmessageid: <1582307998.92.0.808661201788.issue39714@roundup.psfhosted.org>
2020-02-21 17:59:58Ananth Vijalapuramlinkissue39714 messages
2020-02-21 17:59:58Ananth Vijalapuramcreate