Graham Dumpleton
Graham Dumpleton
I had pointed a few people at develop branch and asked if could try installing from GitHub but have got no answers from anyone. So was going to make a...
Try: ``` wrapt==2.0.0rc1 ``` from PyPi and let me know if works or if you have issues. Thanks.
Just be aware that there will be a 2.0.0rc2 at some point and type hint support will likely change a bit. Letting you know in case you starting do anything...
I am not happy with some things in 2.0.0 so may be a while before it is released, so I will back port the changes for import hooks and release...
Yes, patch version (1.17.4). Problem was I got completely distracted with other stuff so forgot about. 😩
This change will only be in version 2.0.0 now. For update on 2.0.0 see: * https://grahamdumpleton.me/posts/2025/09/status-of-wrapt/
Version 2.0.0rc4 is available. It is stable and no notable issues with it. There will be a 2.0.0rc5 though which addresses a really strange corner case which almost certain no...
Version 2.0.0 has been released.
It is not that simple. Concerning `__iter__`, it is arguable that it was a mistake to add it to `ObjectProxy` in the first place as it has broken some code...
You can do that inside of the `__init__` method itself, but that technique is only of use for the pure Python implementation of `ObjectProxy`. The pure Python implementation would rarely...