[Bug 269416] devel/rlwrap repeat input when used in python shell

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Feb 2023 18:33:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269416

            Bug ID: 269416
           Summary: devel/rlwrap repeat input when used in python shell
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: m.viey@wanadoo.fr
                CC: gamato@users.sf.net
             Flags: maintainer-feedback?(gamato@users.sf.net)
                CC: gamato@users.sf.net

Hi,

I have an issue with python shell in all my virtualenv (created with pyenv). It
seems it repeats input, here I give 12345 and it repeats 12345 twice:

$ rlwrap python
Python 3.10.7 (main, Oct 27 2022, 14:11:14) [Clang 14.0.5
(https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386 on freebsd14
Type "help", "copyright", "credits" or "license" for more information.
>>> 123412345
12345
>>> 


I don't know if the issue comes from rlwrap or a misconfiguration .

-- 
You are receiving this mail because:
You are the assignee for the bug.