[issue23500] Argument Clinic: multiple macro definition

Larry Hastings report at bugs.python.org
Fri Apr 3 18:11:34 CEST 2015


Larry Hastings added the comment:

As promised, here's a cleaned-up version of the patch.  The taxonomy of objects now makes sense: a Destination contains a BufferSeries object, rather than Destinations weirdly supporting __getitem__ to reference different objects.

I tripped over myself a little with the "two-pass" destination / preset.  It was an experiment long ago but nobody's using it.  So rather than fix it I just turned it off.

----------
Added file: http://bugs.python.org/file38821/larry.ac_multiple_macro_definitions.diff.4.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23500>
_______________________________________


More information about the Python-bugs-list mailing list