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 arigo
Recipients
Date 2004-09-27.19:28:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

Seems reasonable.  Checked in as:

    Modules/structmodule.c 2.62
    Lib/test/test_struct.py 1.19

I don't think we care about it, but for 32-bit platforms converting an int to a long and then to a void* is a waste.  We could special-case ints.  Not sure it's worth the trouble.
History
Date User Action Args
2007-08-23 15:39:27adminlinkissue1011240 messages
2007-08-23 15:39:27admincreate