This frustrated me for a while

So I decided to migrate to python 3.5.3, the default Stretch version. System crashed right away. That's nice, it means it is reproduceable so I can fix it.
There is a Bug 1and Bug 2 on this issue. So I removed the library, but the problem remains.
So I remove all imports (with a test plugin) and added the one by one. I noticed more imports causes the crash:
- All network related (urllib.request, socket, html.client, etc)
- random
So maybe the plugin system can be updated to check if a plugin is 'valid', check the imports.
My system work now for a week without problems
