python-aspectlib icon indicating copy to clipboard operation
python-aspectlib copied to clipboard

An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record an...

Results 16 python-aspectlib issues
Sort by recently updated
recently updated
newest added

It's easy to skip the aspectlib frames: ``` diff --git a/src/aspectlib/debug.py b/src/aspectlib/debug.py index 2ee6225..85d13b5 100644 --- a/src/aspectlib/debug.py +++ b/src/aspectlib/debug.py @@ -20,7 +20,8 @@ def frame_iterator(frame): Yields frames till there are...

Is it possible next time on release new version make the github release to have entry on RFE: please start making github releases? 🤔 I'm asking because only on make...

``` ===> py39-aspectlib-2.0.0 depends on file: /usr/local/bin/python3.9 - found cd /usr/ports/devel/py-aspectlib/work-py39/aspectlib-2.0.0 && /usr/bin/env XDG_DATA_HOME=/usr/ports/devel/py-aspectlib/work-py39 XDG_CONFIG_HOME=/usr/ports/devel/py-aspectlib/work-py39 XDG_CACHE_HOME=/usr/ports/devel/py-aspectlib/work-py39/.cache HOME=/usr/ports/devel/py-aspectlib/work-py39 PATH=/usr/local/libexec/ccache:/usr/ports/devel/py-aspectlib/work-py39/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/usr/ports/devel/py-aspectlib/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing...

I am working on building software product lines for Flask applications and I am trying to use an aspect to make Flask's render_template function render from another HTML file: ```...

Tests failed with Python 3.12.4