mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Add 2-only library tests.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#Ensure there is an exceptional edge from the following cases
|
||||
def f1():
|
||||
try:
|
||||
exec "print Hello World"
|
||||
except:
|
||||
e1
|
||||
Reference in New Issue
Block a user