comparison: DebugClients/Python/coverage/execfile.py
DebugClients/Python/coverage/execfile.py
- branch
- Py2 comp.
- changeset 3515
- 1b8381afe38f
- parent 3499
- f2d4b02c7e88
- 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 |