Willie169
Willie169
Wait a minute. I forgot to test targets other than Java and add test for the fixed error.
Ok, I will write examples for them
I've added examples from [Python 3.12 Standard Lib](https://github.com/python/cpython/tree/3.12/Lib), examples written by me and ChatGPT, and Cpp target. I am not sure whether all targets work correctly.
test not passed: _bootstrap_external.py, _test_eintr.py, dump.py,test__interpchannels.py, test__interpreters.py,test_array.py, test_builtin.py, test_clinic.py,test_compile.py, test_exceptions.py, test_frame.py,test_fstring.py, test_imaplib.py, test_logging.py,test_opcache.py, test_os.py, test_posix.py,test_regrtest.py, test_str.py, test_subprocess.py,test_sys.py, test_tabnanny.py, test_traceback.py,test_type_params.py, test_venv.py
The real change that solve the problem is: ``` star_pattern : STAR NAME; ``` Other changes are useless and you can change them back.\ And I think what causes the...
I will make this PR only adding star_pattern and delete others for now. And I will work on the Cpp after the exam if you haven't started that then. Thanks....
When using Tor, it keeps requesting reCaptcha after I logged in. Another reCaptcha request will come after I solve one and press the check at the up right corner, and...
And it work really well with TrackerControl or VPN. The frequency of similar issues when without Tor is small enough to convince me that that is due to `settings put...
I've made PR that solve pass problem, add C-style comments and type declarations. [https://github.com/mathialo/bython/pull/55](https://github.com/mathialo/bython/pull/55)
I guess it may be caused by the `Process completed (signal 9) - press Enter` Error. Please read [my tutorial Android Non Root about it](https://willie169.github.io/#process-completed-signal-9---press-enter-error) for the fixes. Please read...