skystrife / pybind11-bug

Bug reproduction for a pybind11 + flask interaction issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Requires CMake and Flask to be installed.

mkdir build
cd build
cmake ..
make
cp *.so ..
cd ..
python server.py

Navigate to the server URL and observe a deadlock. If you add use_reloader=False to the app.run() call in server.py, the problem does not occur.

About

Bug reproduction for a pybind11 + flask interaction issue


Languages

Language:C++ 45.1%Language:Python 33.7%Language:CMake 21.2%