Graham Dumpleton

Results 765 comments of Graham Dumpleton

I suspect unpacking for `http` didn't exist back then and was since added but this issue was never updated. Or perhaps `disableUnpack` didn't exist and so wasn't obvious that things...

Whatever is being captured from `sys.stdout` and `sys.stderr` is being sent to the Apache log at level error. When someone using `print()` in Python, how are they going to pass...

Closing this at this point on the basis that it was some issue with the environment or other applications holding open then files.

Closing this as believe it should have all been dealt with in version 1.15.0 of wrapt.

Are you able to verify if wrapt version 1.15.0rc1 satisfies what you need? There is a: ``` wrapt-1.15.0rc1-py3-none-any.whl ``` file as well as: ``` wrapt-1.15.0rc1.tar.gz ``` and all the platform...

Going to close this at this point as believe version 1.15.0 addresses need for pure Python code wheel.

I think this difference with the C extension compared to pure Python implementation may finally be addressed by change going into version 1.15.0. The change was quite simple so looks...

I think this issue was dealt with at some point as can't see references to `inspect.getargspec()` in code anymore, so closing issue.

Did you come up with a solution for this?