IDK, I fed a small tkinter python script to Cython and it rendered a .c file for me to compile with gcc or mingw-w64.
Although my Cython usage is limited to this one instance, I can say my first binary output was a success.
When I execute the new tkinter script turned binary it renders a window with three buttons. From what I can tell there is no behavior difference. Which I think is interesting.