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 Decorater
Recipients Decorater, eryksun, paul.moore, steve.dower, tim.golden, wevsty, zach.ware
Date 2016-08-13.12:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471090113.15.0.768646205644.issue27749@psf.upfronthosting.co.za>
In-reply-to
Content
Crashes also happen from Recursion if not careful. Idk why but it happens. Although some of it is probably by not using try / catch probably anywhere in the python source code as a safeguard. I always like try / catch even in C++ as you never know when crap might happen to make things crash. A Perfect Example is a Access violation.

(Yes I have this is a Standard for me and it gets me to great quality code)
(this makes me wonder if Windows does not use try / catch anywhere. It would be nice if Microsoft Required try / catch in every function for drivers as well to hopefully make them more stable.)

All I know is I like having a lot of Checks (even if not required) that can actually prevent any and all exceptions to begin with.

And yes from what I learned from experiance myself. Always use try and catch anything before it is to late will help you in the long run.

(not to mention I blame Microsoft for not replacing their current Windows Update for when Updates Fail with a Detailed list of the names of the update(s) that failed and a description of what the reason is without Error code(s) as the Codes does not tell crap about why they failed. So, yeah I point my fingers at whoever wrote Windows Update, to fix their crap. As this is a issue in windows 7 SP1, 8, 8.1, and 10.)
History
Date User Action Args
2016-08-13 12:08:33Decoratersetrecipients: + Decorater, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, wevsty
2016-08-13 12:08:33Decoratersetmessageid: <1471090113.15.0.768646205644.issue27749@psf.upfronthosting.co.za>
2016-08-13 12:08:33Decoraterlinkissue27749 messages
2016-08-13 12:08:32Decoratercreate