On Tue, Jul 22, 2008 at 6:43 PM, Victor Stinner <victor.stinner@haypocalc.com> wrote:
Le Monday 21 July 2008 21:23:21, vous avez écrit :
> > It should raises an error instead of a warning, it has no sense to read aWould it possible to create an option "strict mode" which disallow dangerous
> > partial byte :-) But that should breaks some applications?
>
> This doesn't come into effect until 3.0.
cast? Especially in PyArg_Parse*() functions.
You could use -Wall to make the warning an error.