使用Google Calendar API和Python 3.6.2时发生延迟

时间:2018-02-12 05:14:15

标签: python python-2.7 google-calendar-api python-3.6

根据页面here

上的示例脚本

我注意到在python 2.7.14中,该示例运行得很快。当我改为python 3.6.4(为了确保与我正在制作的脚本的兼容性)时,对于有问题的行大约有21秒的减速:

service = discovery.build('calendar', 'v3', http=http)

但是,如果我在网络接口上禁用ipv6,它会更快地返回处理。任何人都可以解释这个问题,我可以做些什么来更有效地运行而不必干扰ipv6功能?

0 个答案:

没有答案