Currently pickling decorated function is impossible due to name collision.

Because the decorated function is what we want, so it would be nice to add 
syntax sugar in Python to automatically rename original function with random 
generated prefix or suffix.

This can greatly help the application of parallel computing.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/DBY6JC2ZBROEV76WJFDJAQZKZD3QM5MB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to