Skip to content

Disable by default WSGI script file reloading in embedded mode. #318

@GoogleCodeExporter

Description

@GoogleCodeExporter
Allowing reload in same process space can actually cause issues if a function 
in that scope is registered with code outside of the WSGI script file.

For example, atexit.register() of callback will see callback fail when called, 
if WSGI script had been reloaded. This is because any global data in WSGI 
script file would have been destroyed and wouldn't be accessible any more.

Original issue reported on code.google.com by [email protected] on 29 Apr 2014 at 11:41

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions