mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke
generating Waste.
This commit is contained in:
parent
550fdae2f5
commit
fc6a89270e
1 changed files with 0 additions and 1 deletions
|
|
@ -580,7 +580,6 @@ class Scanner_PreUH3(Scanner):
|
|||
self.whole_pat = self.type_pat + self.name_pat + self.args_pat
|
||||
self.sym_pat = "^[ \t]*\(<name>[a-zA-Z0-9_]+\)[ \t]*=" + \
|
||||
"[ \t]*\(<defn>[-0-9'\"][^\t\n,;}]*\),?"
|
||||
self.asplit_pat = "^\(<type>.*[^a-zA-Z0-9_]\)\(<name>[a-zA-Z0-9_]+\)$"
|
||||
|
||||
class Scanner_OSX(Scanner):
|
||||
"""Scanner for modern (post UH3.3) Universal Headers """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue