Hi @Grusat, good luck with your chess engine 
I guess @monsktone example contains this, but I’ll post to make it easier for other people to find it 
To change the recursion limit, you have to import sys
import sys
sys.setrecursionlimit(1000)
print sys.recursionlimit