]> granicus.if.org Git - python/commit
Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a senti...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 21:57:23 +0000 (21:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 21:57:23 +0000 (21:57 +0000)
commit14a9171cffd8a2a675e07b90b519c67da35326d6
tree4e1f1c0a41901a526938e0ee5bedd3d8c56c6502
parenta1a4b5916b08b24ac0f326949f6d0a0a3cedb963
Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable.
Mac/Python/macglue.c