Python 3.6 RoboRIO startup issue #243
|
Bug filed on python at http://bugs.python.org/issue29208 |
|
@auscompgeek thinks that python/cpython@ff4a079 would fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be caused by running
https://www.python.org/dev/peps/pep-0522/#raising-blockingioerror-in-os-urandom-on-linux
The behavior is that the robot program restarts a few times, but eventually gets fixed and the program starts up. It's weird, because it shouldn't be using urandom at this point... will need to investigate this and fix it before the end of the season.