Skip to content

Bpython exits if parenthese is typed after a property raising exception #281

Closed
@ikanobori

Description

@ikanobori

The following session results in bpython==0.12 exiting and dumping the exception raised by the user code.

#!python

>>> class A:
...   @property
...   def a(self): return 1/0
... 
>>> a=A()
>>> a.a(

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions