我想在python启动代码中添加一些命令行选项,以便实际调用ipython shell.我怎么做?
python shell command-line ipython python-3.x
当我使用multiprocessing.Queue.get时,由于EINTR,我有时会得到一个异常.
我肯定知道有时这种情况没有任何理由(我在tmux buffr中打开另一个窗格),在这种情况下我想继续工作并重试该操作.
我可以想象,在其他一些情况下,错误是由于一个很好的理由,我应该停止运行或修复一些错误.
我该如何区分这两者?
提前致谢
python queue error-handling multiprocessing ioerror
python ×2
command-line ×1
error-handling ×1
ioerror ×1
ipython ×1
multiprocessing ×1
python-3.x ×1
queue ×1
shell ×1