SIGN IN SIGN UP

- fixed split

(test_sre still complains about split, but that's caused by
  the group reset bug, not split itself)

- added more mark slots
  (should be dynamically allocated, but 100 is better than 32.
  and checking for the upper limit is better than overwriting
  the memory ;-)

- internal: renamed the cursor helper class

- internal: removed some bloat from sre_compile
F
Fredrik Lundh committed
be2211e9401a0be96915c473ef99041beb5a4992
Parent: 6921817