summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@gear>2009-06-16 01:56:04 +0900
committerNaoki INADA <inada-n@gear>2009-06-16 01:56:04 +0900
commit6184e17a42c89993e445a668169a76cd5bcad046 (patch)
tree813bd283f0bd8a2a58031c7dc50adb490a83b22b /python
parent85ca59411868ab84d874ad28e56213f5374e5ca8 (diff)
downloadmsgpack-python-6184e17a42c89993e445a668169a76cd5bcad046.tar.gz
Increase stack size.
Diffstat (limited to 'python')
-rw-r--r--python/unpack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/unpack.h b/python/unpack.h
index e51557f..c98c19a 100644
--- a/python/unpack.h
+++ b/python/unpack.h
@@ -15,6 +15,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+#define MSGPACK_MAX_STACK_SIZE (1024)
#include "msgpack/unpack_define.h"
typedef struct {