comparison: DebugClients/Python/coverage/execfile.py
DebugClients/Python/coverage/execfile.py
- changeset 3499
- f2d4b02c7e88
- parent 3497
- 7f51ab29a1a2
- child 4489
- d0d6e4ad31bd
equal
deleted
inserted
replaced
167 code = marshal.load(fpyc) |
167 code = marshal.load(fpyc) |
168 finally: |
168 finally: |
169 fpyc.close() |
169 fpyc.close() |
170 |
170 |
171 return code |
171 return code |
|
172 |
|
173 # |
|
174 # eflag: FileType = Python2 |