mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #9319: Remove the workaround for this since fixed problem from pydoc
This commit is contained in:
parent
2824cb507d
commit
9deaa06fe1
1 changed files with 0 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue