环境python版本3.6.4gevent1.5.0gunicorn20.1.0错误RecursionError:maximumrecursiondepthexceededwhilecallingaPythonobject错误原因根据错误栈,出问题的代码在python官方ssl包ssl.py第465行,具体代码classSSLContext(_SSLContext):@propertydefoptions(self):returnOptions(super().options)@options.setterdefoptions(self,value):#这就是抛错的代码super(SSLCon