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 vstinner
Recipients python-dev, tilsche, vstinner
Date 2016-04-20.16:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461169739.56.0.275313412404.issue26799@psf.upfronthosting.co.za>
In-reply-to
Content
> The second option seems like the safest choice, attached is a patch that addresses just that.

Thanks, I applied your patch (your a bugfix, you forgot one "return" ;-)).

I also inlined _type_void_ptr() into _sizeof_void_p(), since it was only called there.

Thanks for your bug report and your patch.

Can you please sign the PSF Contributor Agreement? https://www.python.org/psf/contrib/contrib-form/

It's required when you contribute to Python. In short, it warns you that Python is free software ;-)
History
Date User Action Args
2016-04-20 16:28:59vstinnersetrecipients: + vstinner, python-dev, tilsche
2016-04-20 16:28:59vstinnersetmessageid: <1461169739.56.0.275313412404.issue26799@psf.upfronthosting.co.za>
2016-04-20 16:28:59vstinnerlinkissue26799 messages
2016-04-20 16:28:59vstinnercreate