Skip to content

Conversation

@Ky9oss
Copy link

@Ky9oss Ky9oss commented Oct 23, 2025

In Python 3.13 and later, the built-in REPL automatically adjusts indentation based on contextual information when a new line is entered. This behavior may cause unexpected indentation errors in some cases. The issue was previously reported in issue #424 . Fortunately, the new REPL provides a Paste Mode, which disables automatic indentation and allows code to run smoothly.
aa17bcc35688ed652dc773736de74aa0
This implementation runs smoothly on Windows and Linux. The new REPL includes built-in syntax highlighting and more powerful features. With the implementations in PRs #435 and #436 , setting PYTHON_BASIC_REPL is no longer required.

@nickeisenberg
Copy link
Contributor

Thanks for submitting this and your two other PRs as well. Ill get to looking at them soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants