You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Merge branch 'master' into python-3.3-to-3.5
This commit is contained in:
10
test/simple_source/bug35/02_for_else_bug.py
Normal file
10
test/simple_source/bug35/02_for_else_bug.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Adapted 3.5 from _bootstrap_external.py
|
||||||
|
|
||||||
|
|
||||||
|
def spec_from_file_location(loader, location):
|
||||||
|
if loader:
|
||||||
|
for _ in __file__:
|
||||||
|
if location:
|
||||||
|
break
|
||||||
|
else:
|
||||||
|
return None
|
Reference in New Issue
Block a user