Skip to content

skystrife/pybind11-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published