diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2000-06-29 23:33:12 +0000 |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-06-29 23:33:12 +0000 |
commit | a1ee3e526bdc69cb9cc716c38218ec54dddda199 (patch) | |
tree | 09978679b553a0c8bb709036ae22425f910e532f /Python/errors.c | |
parent | a9c824135c150fa289f7fdeb03d6f6e48295964b (diff) | |
download | cpython-a1ee3e526bdc69cb9cc716c38218ec54dddda199.tar.gz |
still trying to figure out how to fix the remaining
group reset problem. in the meantime, I added some
optimizations:
- added "inline" directive to LOCAL
(this assumes that AC_C_INLINE does what it's
supposed to do). to compile SRE on a non-unix
platform that doesn't support inline, you have
to add a "#define inline" somewhere...
- added code to generate a SRE_OP_INFO primitive
- added code to do fast prefix search
(enabled by the USE_FAST_SEARCH define; default
is on, in this release)
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions