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 cemason
Recipients
Date 2004-03-03.19:53:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
$ python
Python 2.3.1 (#1, Sep 23 2003, 10:07:41)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>> def func(*a): print a
...
>>> func((1, 2, 3)
... )Segmentation fault


--------------------------
Not sure what other information you need, but I tested
it on several machines with the same version and it
seems to be hardware/other library independant.

History
Date User Action Args
2007-08-23 14:20:16adminlinkissue909295 messages
2007-08-23 14:20:16admincreate