[issue20300] Argument Clinic raises exception for custom converter with default

2014-01-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0e2437136f5 by Larry Hastings in branch 'default': Improve fix for issue #20300. http://hg.python.org/cpython/rev/d0e2437136f5 -- ___ Python tracker _

[issue20300] Argument Clinic raises exception for custom converter with default

2014-01-19 Thread Larry Hastings
Larry Hastings added the comment: Thanks for the report. It was an easy fix. That said, I can't say I'm excited by the idea of a custom converter with a built-in default value. I hope you know what you're doing! -- assignee: -> larry components: +Demos and Tools -Build resolution:

[issue20300] Argument Clinic raises exception for custom converter with default

2014-01-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc53c49d38c8 by Larry Hastings in branch 'default': Issue #20300: Fix exception when setting conversion class member "default" http://hg.python.org/cpython/rev/cc53c49d38c8 -- nosy: +python-dev ___ Python

[issue20300] Argument Clinic raises exception for custom converter with default

2014-01-18 Thread Ryan Smith-Roberts
Changes by Ryan Smith-Roberts : -- components: +Build type: -> crash versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-lis

[issue20300] Argument Clinic raises exception for custom converter with default

2014-01-18 Thread Ryan Smith-Roberts
New submission from Ryan Smith-Roberts: If a custom converter declares both default and converter class attributes, you get this exception (test file attached): Exception raised during parsing: Traceback (most recent call last): File "Tools/clinic/clinic.py", line 1445, in parse parser.pa