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 beng94
Recipients Dustin.Oprea, beng94, meador.inge
Date 2016-02-04.16:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454603925.83.0.785397183905.issue21328@psf.upfronthosting.co.za>
In-reply-to
Content
I found out that if you modify Modules/_cpython/callproc.c resize function in a way that you set the obj->b_length to size, the len function returns the correct value.

To be able to provide a proper patch, I'd like to look into len's implementation, can someone tell me where to look for it?
History
Date User Action Args
2016-02-04 16:38:45beng94setrecipients: + beng94, meador.inge, Dustin.Oprea
2016-02-04 16:38:45beng94setmessageid: <1454603925.83.0.785397183905.issue21328@psf.upfronthosting.co.za>
2016-02-04 16:38:45beng94linkissue21328 messages
2016-02-04 16:38:45beng94create