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 Joshua.Landau
Recipients Jeff.Kaufman, Joshua.Landau, NeilGirdhar, Rosuav, SpaghettiToastBook, andybuckley, belopolsky, berker.peksag, eric.araujo, eric.snow, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, paul.moore, pconnell, r.david.murray, terry.reedy, twouters, zbysz
Date 2015-01-23.00:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421972656.56.0.312424569768.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
The stack will have the function, then any number of positional arguments, then optionally an *args, then any number (>= 2) of maps to unpack. To get to the function, you need to know the sum count of all of these.
History
Date User Action Args
2015-01-23 00:24:16Joshua.Landausetrecipients: + Joshua.Landau, gvanrossum, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, ezio.melotti, eric.araujo, andybuckley, r.david.murray, zbysz, eric.snow, Rosuav, berker.peksag, pconnell, NeilGirdhar, Jeff.Kaufman, SpaghettiToastBook
2015-01-23 00:24:16Joshua.Landausetmessageid: <1421972656.56.0.312424569768.issue2292@psf.upfronthosting.co.za>
2015-01-23 00:24:16Joshua.Landaulinkissue2292 messages
2015-01-23 00:24:16Joshua.Landaucreate