yihong

Results 256 issues of yihong

help wanted
good first issue

如何升级到 2.0

cat w.py ``` #!/usr/bin/env python3 import sys import urllib.request def open_file(name): try: return open(name) except: return urllib.request.urlopen(name) def count_word(file_obj, word): n = 0 content = str(file_obj.read()) for ln in content.split('\n'):...

enhancement
args
language support

for now, for python tracing work, we need the following steps. 1. chmod +x xxx.py 2. make sure we have `shebang` in front of python file but in 2020s most...

language support

Add a simple way to support trace python file without shebang and be an executable file. Fixed: #1890 with this path we can trace python file just like g.py like...

https://arxiv.org/pdf/2403.09060.pdf

Like README.md [see: https://t.co/ouDc7Zw0yd](https://github.com/repo-sync/pull-request/issues/84)

![image](https://user-images.githubusercontent.com/15976103/103333094-9b464680-4aa7-11eb-92b4-c22b205d66e8.png) ![image](https://user-images.githubusercontent.com/15976103/103333100-a0a39100-4aa7-11eb-9c0a-43f2746867f3.png) ![image](https://user-images.githubusercontent.com/15976103/103333109-a7ca9f00-4aa7-11eb-8706-b5fd26a144a7.png) ![image](https://user-images.githubusercontent.com/15976103/103333123-b749e800-4aa7-11eb-9b2d-7ef91abbf0a7.png)

TODO

help wanted