This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author John.Didion
Recipients John.Didion
Date 2016-09-10.14:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473519534.02.0.904268964062.issue28063@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2016-09-10 14:58:54John.Didionsetrecipients: + John.Didion
2016-09-10 14:58:54John.Didionsetmessageid: <1473519534.02.0.904268964062.issue28063@psf.upfronthosting.co.za>
2016-09-10 14:58:53John.Didionlinkissue28063 messages
2016-09-10 14:58:53John.Didioncreate