Ipython 7.20 `1 is 1` or `"a" is "a"` never returns bug
See original GitHub issueThis seems like a pretty trivial bug but in Ipython 7.20 and Python 3.8.5 typing in something like 1 is 1
or "a" is "a"
in the Ipython shell will cause it to essentially freeze up – you can hold down the return key and keep getting nothing but ...
as if it’s expecting a new line.
This is still present in the most recent commit at the time 5da6784b690b085bd9cde88e08ab4e2def9f65ff
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
7.x Series — IPython 8.7.0 documentation
It is one of the largest recent release, relatively speaking, with close to 15 Pull Requests. fix an issue where base64 was returned...
Read more >Completion in IPython (jupyter) does now work (unexpected ...
IPython : 7.20 (released Feb 1st 2020) and 8.0 (not yet released) have a compatibility fix. ... Step 1 : Uninstall jupyter completely....
Read more >Data Preparation for Gradient Boosting with XGBoost in Python
How to prepare categorical input variables using one hot encoding. ... Update Dec/2019: Updated example to fix bug in API usage in the ......
Read more >some FTP servers hang if curl closes the data connection too ...
Fixed In Version: curl-7.20.1-5.fc13 ... This bug causes ftp:// URL installation of Fedora fail, ... line 982, in urlgrab return self.
Read more >Quantum Toolbox in Python - QuTiP
3.5.1. Dynamics Simulation Results . ... To this end, QuTiP is built from a large (and ever growing) library of functions and classes; ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You could’ve shared the freeze textually mate, so people don’t have to use OCR on your screenshot to replicate…
Gotcha – since it’s not an IPython bug there’s no problem here.