Skip to content
New issue

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

TPI: Python Lower Risk of Losing First Command #22925

Closed
3 tasks done
anthonykim1 opened this issue Feb 16, 2024 · 0 comments
Closed
3 tasks done

TPI: Python Lower Risk of Losing First Command #22925

anthonykim1 opened this issue Feb 16, 2024 · 0 comments

Comments

@anthonykim1
Copy link

anthonykim1 commented Feb 16, 2024

Refs: #22673 #22545 #22691

Complexity: 2

Create Issue


Thank you in advance for testing this TPI.

Background Information

Reported number of Python REPL users, especially those with older machines, have been suffering from a problem where the very first Python command they run (e.g. by shift+enter in a line of Python code), was ignored completely and not sent to Python REPL or pasted multiple times in their shell that launches Python REPL instead of inside Python REPL.

Setup:

  1. Make sure you have Python installed in your computer.

Steps:

  1. Open Python file. (aka. .py file)
  2. Write some Python code. (Ignore this step if you already have Python code in your previously set up Python file)
  3. Shift+enter on line with Python code to see whether the code you just executed has been sent to Python REPL properly. Observe that the command you sent was not ignored. Also observe if command hasn't been duplicated into Shell that launches your Python REPL as well as to your Python REPL.
  4. Try Python: Clear Cache and reload via control(command for mac)+shift+p.
  5. Shift+enter on line with Python code
  6. Observe Python command has not been ignored, or duplicated.

@anthonykim1 anthonykim1 added this to the February 2024 milestone Feb 16, 2024
@isidorn isidorn removed their assignment Feb 20, 2024
@connor4312 connor4312 removed their assignment Feb 20, 2024
@rzhao271 rzhao271 assigned rzhao271 and unassigned alexdima and rzhao271 Feb 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants