Skip to content
Snippets Groups Projects

Move re.compile out of functions

Merged Stuart Prescott requested to merge stuart/python-debian:tmp/re.compile into master

Moving re.compile out of functions has the potential to speed up re-intensive functions (although re.compile does cache results on its own).

Closes: #971960

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply
Loading