[issue4804] Python on Windows disables all C runtime library assertions

Martin v. Löwis report at bugs.python.org
Mon Feb 2 22:33:31 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> I'm not sure which way is the best

I think that is easy to answer: Python should validate all parameters,
and report ValueError if any of the parameters would otherwise be
rejected by the CRT. Then, we could leave assertions on, and would never
trigger them.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4804>
_______________________________________


More information about the Python-bugs-list mailing list