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 jgsack
Recipients georg.brandl, jgsack, lemburg, mwizard
Date 2009-12-15.22:06:42
SpamBayes Score 2.489331e-06
Marked as misclassified No
Message-id <1260914804.79.0.240778692864.issue6922@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that on my Fedora 11 AMD X86_64, the problem still exists. In 
test_codecs.UTF32Test, test_handlers() seems to run forever, gobbling 
memory to 99+% and then activating swap until it fills up swap.

tested by 
  svn up -r 74869
  rm /tmp/pynexttest
  .python -Ebb -Lib/tests/regrtest.py -vvs test_codecs

disabling test_handlers() in UTF32Test allows the test to pass and it 
completes very fast. It is puzzling that UTF16Test test_handlers works 
with what looks like similar code in unidoceobject.c

~jim
History
Date User Action Args
2009-12-15 22:06:45jgsacksetrecipients: + jgsack, lemburg, georg.brandl, mwizard
2009-12-15 22:06:44jgsacksetmessageid: <1260914804.79.0.240778692864.issue6922@psf.upfronthosting.co.za>
2009-12-15 22:06:43jgsacklinkissue6922 messages
2009-12-15 22:06:42jgsackcreate