]> granicus.if.org Git - python/commitdiff
Issue #9319: Remove the workaround for this since fixed problem from pydoc
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Jul 2012 12:17:02 +0000 (22:17 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Jul 2012 12:17:02 +0000 (22:17 +1000)
Lib/pydoc.py

index 5d63ffa63d91c58eec55985b422bb099e37b3763..a030f685b0185b83b802dec004dbbf18631404e9 100755 (executable)
@@ -2029,14 +2029,6 @@ class ModuleScanner:
             if self.quit:
                 break
 
-            # XXX Skipping this file is a workaround for a bug
-            # that causes python to crash with a segfault.
-            # http://bugs.python.org/issue9319
-            #
-            # TODO Remove this once the bug is fixed.
-            if modname in {'test.badsyntax_pep3120', 'badsyntax_pep3120'}:
-                continue
-
             if key is None:
                 callback(None, modname, '')
             else: