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
When running bpython, I tried to enter the following
message = "✅"
This character is: ✅ check mark symbol Unicode: U+2705, UTF-8: E2 9C 85
But as soon as I entered the emoji itself (without the closing quote or return): I fot:
>>> message = "✅ Traceback (most recent call last): File "<REDACTED_PATH>/venv/bin/bpython", line 8, in <module> sys.exit(main()) ^^^^^^ File "<REDACTED_PATH>/venv/lib/python3.11/site-packages/bpython/curtsies.py", line 248, in main repl.mainloop(True, paste) File "<REDACTED_PATH>/venv/lib/python3.11/site-packages/bpython/curtsies.py", line 181, in mainloop self.process_event_and_paint(e) File "<REDACTED_PATH>/venv/lib/python3.11/site-packages/bpython/curtsies.py", line 151, in process_event_and_paint array, cursor_pos = self.paint() ^^^^^^^^^^^^ File "<REDACTED_PATH>/venv/lib/python3.11/site-packages/bpython/curtsiesfrontend/repl.py", line 1762, in paint assert cursor_row >= 0 and cursor_column >= 0, ( ^^^^^^^^^^^^^^^^^^ AssertionError: (-1, 153, '>>> message = "✅', 'message = "✅', 12)
In contrast, no problem occurs when I enter the same text into the standard python interpreter.
The text was updated successfully, but these errors were encountered:
I cannot reproduce the issue. Are all your dependencies up to date?
Sorry, something went wrong.
No branches or pull requests
When running bpython, I tried to enter the following
message = "✅"
This character is: ✅
check mark symbol
Unicode: U+2705, UTF-8: E2 9C 85
But as soon as I entered the emoji itself (without the closing quote or return): I fot:
In contrast, no problem occurs when I enter the same text into the standard python interpreter.
The text was updated successfully, but these errors were encountered: