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

Support ptipython #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support ptipython #8

wants to merge 1 commit into from

Conversation

tkf
Copy link
Owner

@tkf tkf commented May 15, 2018

I thought ptypthon may fix segmentation fault issue since it uses prompt_toolkit (#7 (comment)).

It didn't work, though:

julia> using IPython; IPython._start_ipython(:customized_ptipython)   
                                                                      
Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul  2 2016, 17:53:06) 
Type 'copyright', 'credits' or 'license' for more information
IPython 6.4.0 -- An enhanced Interactive Python. Type '?' for help.
                                                             
In [1]: sin = Main.sin

In [2]: s

signal (11): Segmentation fault
while loading no file, in expression starting on line 0
zsh: segmentation fault (core dumped)  julia

Still, it makes sense to support Python REPLs other than IPython?

@coveralls
Copy link

coveralls commented May 15, 2018

Pull Request Test Coverage Report for Build 52

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 78.571%

Totals Coverage Status
Change from base Build 47: 0.0%
Covered Lines: 66
Relevant Lines: 84

💛 - Coveralls

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