Y
Hacker News
new
|
ask
|
show
|
jobs
by
Suor
1179 days ago
Should be easy enough to implement. You only need a context manager that adds 1 to some threadlocal flag on enter and subrracts on exit then check this flag in the monkey patch. Not sure how costly that will be though.
1 comments
Suor
1179 days ago
Here is an example of such thing
https://github.com/Suor/django-cacheops/blob/8b3a79de29b2545...
link