Skip to content
#

wsgi

Here are 315 public repositories matching this topic...

ThiefMaster
ThiefMaster commented Nov 10, 2021

https://github.com/pallets/flask/blob/9039534eee6a87da98a1dee9e4338d1b73e861f8/src/flask/ctx.py#L133

While it makes no sense to use it outside a context, the error message could be nicer when you do so anyway (e.g. because you accidentally call a function using it from a celery task or some other place without a request context), like e.g. in copy_current_request_context [in the same file](ht

cheroot

Improve this page

Add a description, image, and links to the wsgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wsgi topic, visit your repo's landing page and select "manage topics."

Learn more