[Python-Dev] Please reconsider PEP 479.
Chris Angelico
rosuav at gmail.com
Thu Nov 27 02:07:27 CET 2014
On Thu, Nov 27, 2014 at 12:01 PM, Guido van Rossum <guido at python.org> wrote:
> Well, that's just a general problem with decorator ordering.
Indeed. I was hoping it could be avoided in this instance by just
altering __code__ on an existing function, but if that's not possible,
we fall back to what is, after all, a known and documented concern.
ChrisA
More information about the Python-Dev
mailing list