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 hagen
Recipients amaury.forgeotdarc, hagen
Date 2009-01-03.13:44:55
SpamBayes Score 1.3414216e-05
Marked as misclassified No
Message-id <1230990297.36.0.701438062512.issue4806@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting confused about whether it's actually desired behaviour that
generators can be star arguments.

The error message seems to say it's not: "argument after * must be a
sequence". The docs seem to agree: "If the syntax *expression appears in
the function call, expression must evaluate to a sequence." However
test_extcall specifically tests function calls with (non-sequence)
iterables as star arguments.
History
Date User Action Args
2009-01-03 13:44:57hagensetrecipients: + hagen, amaury.forgeotdarc
2009-01-03 13:44:57hagensetmessageid: <1230990297.36.0.701438062512.issue4806@psf.upfronthosting.co.za>
2009-01-03 13:44:56hagenlinkissue4806 messages
2009-01-03 13:44:55hagencreate