Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

This isn't a bug in CPython API. You need to pass arguments of correct type to 
functions with a variable number of parameters. The compiler doesn't know what 
type is expected and can't coerce the value automatically. The same undefined 
behavior your can see with say printf().

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33279>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to