Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot stop executing when runing a flask app with debug=True #2298

Closed
mee1o opened this issue Apr 3, 2015 · 1 comment
Closed

Cannot stop executing when runing a flask app with debug=True #2298

mee1o opened this issue Apr 3, 2015 · 1 comment

Comments

@mee1o
Copy link

mee1o commented Apr 3, 2015

All the packages are newest, on windows8
2015-04-03_223419
Already click the stop button, but it did't stop.
Code to repeat the issue

from flask import Flask
app = Flask(__name__)
app.run(debug=True)
@ccordoba12 ccordoba12 added this to the v3.0 milestone Apr 3, 2015
@ccordoba12
Copy link
Member

This is a bug. I already noticed it but haven't had time to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants