Graham Dumpleton <graham.dumple...@gmail.com> added the comment:

My vague recollection was that I identified some time back that partial() 
didn't behave correctly regards introspection for some use case I was trying to 
apply it to in the wrapt implementation. As a result I ended up creating my own 
PartialCallableObjectProxy implementation based around wrapt's own transparent 
object proxy object so that introspection worked properly and went with that 
where I needed it. I don't remember the exact details at the moment and don't 
think commit comments in code are likely to help. Even so, will try and spend 
some time this weekend looking more at the issue and see what I can remember 
about it and see if there is anything more I can comment on that may help.

----------

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

Reply via email to