New submission from Felix Fontein :
When argparse.BooleanOptionalAction is used with default=argparse.SUPPRESS and
help is specified, trying to display --help results in a crash.
Reproducer:
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('--test
Change by Felix Fontein :
--
keywords: +patch
pull_requests: +28333
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/30111
___
Python tracker
<https://bugs.python.org/issu
Change by Felix Fontein :
--
type: -> crash
___
Python tracker
<https://bugs.python.org/issue46080>
___
___
Python-bugs-list mailing list
Unsubscrib