mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119493) (#119697)
gh-119443: Turn off from __future__ import annotations in REPL (GH-119493)
(cherry picked from commit a8e35e8eba)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
ef9fd10670
commit
17d3398486
3 changed files with 12 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
The interactive REPL no longer runs with ``from __future__ import
|
||||
annotations`` enabled. Patch by Jelle Zijlstra.
|
||||
Loading…
Add table
Add a link
Reference in a new issue