Serhiy Storchaka added the comment:

Thank you Benjamin for your review!

But I have a design question. Is DeprecationWarning a correct warning type? 
DeprecationWarning is used when some feature less or more works in the current 
version, but will be removed in future releases. But pickling memoryview and 
staticmethod don't work and never worked correctly. A warning here is a sign 
that the code can not work as expected. Wouldn't RuntimeWarning be more 
appropriate warning type?

----------

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

Reply via email to