https://bugs.kde.org/show_bug.cgi?id=408176

--- Comment #9 from vialav <d...@bk.ru> ---
// So, my memory reminded me where I was tracking down it to Python 2 and:

$ cd /usr/lib/python2.7/dist-packages/IPython && grep -rnw simple_prompt
terminal/interactiveshell.py:106:    simple_prompt = Bool(_use_simple_prompt,
terminal/interactiveshell.py:120:        return Pdb if self.simple_prompt else
TerminalPdb
terminal/interactiveshell.py:222:        if self.simple_prompt:
terminal/ipapp.py:104:addflag('simple-prompt',
'TerminalInteractiveShell.simple_prompt',
testing/globalipapp.py:91:    config.TerminalInteractiveShell.simple_prompt =
True

When `exec sage-ipython -i simple-prompt` goes through those lines, the crash
happens. I was able to trace it to things like '\xxx\xxx\xxx' instead of
getting the prompt like: [1] …

which is why I'd referred to it as base64/unicode(?) Python 2 humble attempt of
being compatible with 'unicoded by default' Python 3. I hadn't have the time to
dive deeper than this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to