The following code works fine when I run it on OSX 10.9, but causes a segmentation fault when run on linux. Specifically, the Travis build on python 3.5.2 results in a segfault when the last line is uncommented. import argparse parser = argparse.ArgumentParser() group = parser.add_argument_group("Colorspace options") group.add_mutually_exclusive_group()
I can't reproduce it with 3.5.2 on SL6 either. So it must be a weird issue specific to whatever environment they're using for builds on Travis. I'll close this and submit it as a bug over there.
History
Date
User
Action
Args
2022-04-11 14:58:36
admin
set
github: 72250
2016-09-10 15:16:02
SilentGhost
set
stage: resolved
2016-09-10 15:14:40
John.Didion
set
status: open -> closedresolution: works for memessages: +