Am 15.06.2012 23:38, schrieb Yury Selivanov:
> Although, Larry added __signature__ attribute to PyCFunctionObject
> (None by default_.  So those, who want to manually create signatures 
> for their 'C' functions would be able to do that.

As I explained in my other posting: You can't add a mutable attribute to
builtin functions and types. It breaks the isolation between
subinterpreters.

Christian

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to