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 pitrou
Recipients brett.cannon, larry, pitrou
Date 2014-10-11.22:31:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za>
In-reply-to
Content
This is on the default branch.

$ make clinic
./python -E ./Tools/clinic/clinic.py --make
Error in file "./Modules/arraymodule.c" on line 1943:
Exception raised during parsing:
Traceback (most recent call last):
  File "./Tools/clinic/clinic.py", line 1626, in parse
    parser.parse(block)
  File "./Tools/clinic/clinic.py", line 3178, in parse
    self.state(line)
  File "./Tools/clinic/clinic.py", line 3660, in state_parameter
    converter = dict[name](c_name or parameter_name, parameter_name, self.function, value, **kwargs)
  File "./Tools/clinic/clinic.py", line 2200, in __init__
    self.converter_init(**kwargs)
TypeError: converter_init() got an unexpected keyword argument 'type'
make: *** [clinic] Erreur 255
History
Date User Action Args
2014-10-11 22:31:33pitrousetrecipients: + pitrou, brett.cannon, larry
2014-10-11 22:31:33pitrousetmessageid: <1413066693.48.0.0538322040876.issue22615@psf.upfronthosting.co.za>
2014-10-11 22:31:33pitroulinkissue22615 messages
2014-10-11 22:31:33pitroucreate