[pypy-svn] r11586 - pypy/dist/lib-python-2.3.4/test/result

pedronis at codespeak.net pedronis at codespeak.net
Thu Apr 28 15:54:35 CEST 2005


Author: pedronis
Date: Thu Apr 28 15:54:35 2005
New Revision: 11586

Modified:
   pypy/dist/lib-python-2.3.4/test/result/quickreport.py
Log:
added _symtable to the ignorable modules list



Modified: pypy/dist/lib-python-2.3.4/test/result/quickreport.py
==============================================================================
--- pypy/dist/lib-python-2.3.4/test/result/quickreport.py	(original)
+++ pypy/dist/lib-python-2.3.4/test/result/quickreport.py	Thu Apr 28 15:54:35 2005
@@ -57,9 +57,9 @@
 
     thread
     signal
+    _symtable
 
-""".split()
-
+""".split() # _symtable as it is is an impl detail of CPython compiler
 
 IGNORE_MODULES.extend("aepack macfs macostools plistlib".split())   # Mac ext stuff
 IGNORE_MODULES.extend("al cd cl gl imgfile".split()) # old SGI IRIX extensions



More information about the Pypy-commit mailing list