New submission from Ananth Vijalapuram :
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
tree =
Change by Ananth Vijalapuram :
--
resolution: -> later
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
New submission from Ananth Vijalapuram :
I am trying to parse a very large XML file. Here is the output:
/usr/intel/bin/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,