mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
Oops, left in a debug statement. It's gone now.
This commit is contained in:
parent
efaef13c81
commit
3d3a91c188
1 changed files with 0 additions and 1 deletions
|
|
@ -470,7 +470,6 @@ def extractarg(self, part):
|
|||
mode = "InMode"
|
||||
if self.asplit.match(part) < 0:
|
||||
self.error("Indecipherable argument: %s", `part`)
|
||||
import pdb ; pdb.set_trace()
|
||||
return ("unknown", part, mode)
|
||||
type, name, array = self.asplit.group('type', 'name', 'array')
|
||||
if array:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue