]> granicus.if.org Git - python/commit
Reduce the max stack depth to see if this fixes the segfaults on
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 May 2007 06:11:36 +0000 (06:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 17 May 2007 06:11:36 +0000 (06:11 +0000)
commit117ef0863be330f97a096ed36e39e55ab26acdfd
tree58ee58cb9729e86ecddfd84146926750dd6054e4
parent5cd0fca9d89ce16f5ddfb4d6b11ef04fa0ee1de0
Reduce the max stack depth to see if this fixes the segfaults on
Windows and some other boxes.  If this is successful, this rev should
be backported.  I'm not sure how close to the limit we should push this.
Python/marshal.c