Show More
@@ -2016,7 +2016,7 b' want to merge them back into the new files.""" % locals()' | |||||
2016 |
|
2016 | |||
2017 | try: |
|
2017 | try: | |
2018 | code = self.compile(source,filename,symbol) |
|
2018 | code = self.compile(source,filename,symbol) | |
2019 | except (OverflowError, SyntaxError, ValueError): |
|
2019 | except (OverflowError, SyntaxError, ValueError, TypeError): | |
2020 | # Case 1 |
|
2020 | # Case 1 | |
2021 | self.showsyntaxerror(filename) |
|
2021 | self.showsyntaxerror(filename) | |
2022 | return None |
|
2022 | return None |
General Comments 0
You need to be logged in to leave comments.
Login now