[issue17482] functools.update_wrapper mishandles __wrapped__

mike bayer report at bugs.python.org
Wed Feb 19 01:58:50 CET 2014


mike bayer added the comment:

this is actually biting me, I think, though I'm having a very hard time getting a small Python script to duplicate it :/.   https://bitbucket.org/zzzeek/alembic/issue/175/test-suite-failure-under-python34 refers to the current problems I'm having.   I am not really familiar with the ramifications of __wrapped__ so I need to learn some more about that but also I'm concerned that a standalone test which attempts to simulate everything as much as possible is not doing the same thing.

----------
nosy: +zzzeek

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17482>
_______________________________________


More information about the Python-bugs-list mailing list