Ryan Smith-Roberts added the comment:

I've realized this is basically insoluble without PEP 457, because any other 
solution involves changing behavior (None being silently accepted where it 
would previously raise an exception). If that's OK, then per-function defensive 
programming is probably the best idea (just emailed python-dev about this).

I didn't like the look of the ways I came up with for adding it to AC 
(inserting arbitrary crazycode between ParseTuple and _impl), so please close 
this 'wont fix' unless you really do want to do that.

----------

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

Reply via email to