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 Phaqui
Recipients Phaqui, lucasem, socketpair
Date 2016-07-28.01:36:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469669795.83.0.234898683854.issue27623@psf.upfronthosting.co.za>
In-reply-to
Content
Isn't it possible to just add a small line of code that checks if length is less than or equal to 0, and if it is, call the necessary c functions to have python raise a valueerror...? Sorry if this is giving a solution without actually submitting the patch - but this is all very new to me. I have never contributed to anything yet (fourth year CS-student), and I am as fresh to the process as can be. I registered here just now. This seems like an issue I could handle.. I just need to take the time to learn about the process of how things are done around here.
History
Date User Action Args
2016-07-28 01:36:35Phaquisetrecipients: + Phaqui, socketpair, lucasem
2016-07-28 01:36:35Phaquisetmessageid: <1469669795.83.0.234898683854.issue27623@psf.upfronthosting.co.za>
2016-07-28 01:36:35Phaquilinkissue27623 messages
2016-07-28 01:36:34Phaquicreate