]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Included detailed documentation in _sre.c explaining how, when, and why
authorGustavo Niemeyer <gustavo@niemeyer.net>
Sun, 27 Apr 2003 14:42:54 +0000 (14:42 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Sun, 27 Apr 2003 14:42:54 +0000 (14:42 +0000)
commitcaf1c9dfe779c2a07c7d3320a9c53ca6e47c1d1b
tree86a2462c3e89d748cb4160d4fe489d164ce01390
parent3646ab98af41f37eacf9cdc9d711327956b911f0
- Included detailed documentation in _sre.c explaining how, when, and why
  to use LASTMARK_SAVE()/LASTMARK_RESTORE(), based on the discussion
  in patch #712900.

- Cleaned up LASTMARK_SAVE()/LASTMARK_RESTORE() usage, based on the
  established rules.

- Moved the upper part of the just commited patch (relative to bug #725106)
  to outside the for() loop of BRANCH OP. There's no need to mark_save()
  in every loop iteration.
Modules/_sre.c