forked from pool/python-lazy-object-proxy
3734b48e1d867cc5d06c15564551370bf71d754e0d6306ee64444797f51a9c7c
- update to 1.6.0:
* Added support for async special methods (``__aiter__``, ``__anext__``,
``__await__``, ``__aenter__``, ``__aexit__``).
These are used in the ``async for``, ``await` and ``async with`` statements.
Note that ``__await__`` returns a wrapper that tries to emulate the crazy
stuff going on in the ceval loop, so there will be a small performance overhead.
* Added the ``__resolved__`` property. You can use it to check if the factory has
been called.
OBS-URL: https://build.opensuse.org/request/show/909535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lazy-object-proxy?expand=0&rev=10
Description
No description provided
Languages
RPM Spec
100%