bswck / proxyvars

Create type-safe, context-dependent proxy objects. Inspired by werkzeug's LocalProxy
https://bswck.github.io/proxyvars/
MIT License
3 stars 1 forks source link

Examine implications for CPython and PyPy #12

Open bswck opened 9 months ago

bswck commented 9 months ago

In order to be sure that proxyvars is ready for production, every slot definition in proxy objects should be well understood and every side effect should be thoroughly documented with regard to the Python implementation.

bswck commented 9 months ago

Every known side effect should also be tested. Sorry, no excuses.