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 pitrou
Recipients Sreejith.Madhavan, ddmitriev, gregory.p.smith, pitrou
Date 2010-05-07.16:46:39
SpamBayes Score 0.0007214081
Marked as misclassified No
Message-id <1273250946.4188.6.camel@localhost.localdomain>
In-reply-to <1273250368.64.0.839378980504.issue8571@psf.upfronthosting.co.za>
Content
> Is there a reason to keep inplen and max_length ints instead of making
> them Py_ssize_t too?

zlibmodule.c isn't 64-bit clean internally. Actually, the zlib itself
uses uInt in its z_stream structure. This should be the target of a
separate issue, and seems it will require more work than simply changing
the type of a variable.
History
Date User Action Args
2010-05-07 16:46:41pitrousetrecipients: + pitrou, gregory.p.smith, Sreejith.Madhavan, ddmitriev
2010-05-07 16:46:40pitroulinkissue8571 messages
2010-05-07 16:46:39pitroucreate