Why do Python allow more recursion depth than the limit?

前端 未结 0 1538
说谎
说谎 2021-02-02 00:14

Python seems to allow more recursion depth than the actual limit defined (default 1000).

With the code :

import sys
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题