You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing very odd behavior of boost python3 on Windows host where time.sleep() function is not working.
We're extending and embedding Python 3.8.2 with boost 1.64. Note, there is no issue found for Linux host.
I have tested and confirmed that other Python time class function (i.e time.time() or time.ctime() etc ) are still be working fine but not time.sleep() , it is also confirmed that stand alone Python 3 time.sleep() is working on Windows.
We have already successfully embedded, extended and using the python 2.7 with boost 1.64 for both Linux and Windows host, but because of Python 2 has now EOF that's why we are moving on Python 3.
Following are example output from Python script on both host.