[issue42537] Implement built-in shorthand b() for breakpoint()

2020-12-03 Thread Qingyao Sun
Qingyao Sun added the comment: See https://mail.python.org/archives/list/python-id...@python.org/thread/6UAJRDKVJNZ7EACXUTUCKSGAEYPJHME5/ -- stage: -> resolved status: open -> closed ___ Python tracker

[issue42537] Implement built-in shorthand b() for breakpoint()

2020-12-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42537] Implement built-in shorthand b() for breakpoint()

2020-12-02 Thread Qingyao Sun
New submission from Qingyao Sun : Placeholder issue for discussion of the proposal of a built-in shorthand b() for breakpoint(). -- components: Interpreter Core messages: 382306 nosy: nalzok priority: normal severity: normal status: open title: Implement built-in shorthand b() for