Title: re.match loops forever on simple regexp · Issue #60767 · python/cpython · GitHub
Open Graph Title: re.match loops forever on simple regexp · Issue #60767 · python/cpython
X Title: re.match loops forever on simple regexp · Issue #60767 · python/cpython
Description: BPO 16563 Nosy @tim-one, @mdickinson, @ezio-melotti Superseder bpo-1662581: the re module can perform poorly: O(2n) versus O(n2) Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curr...
Open Graph Description: BPO 16563 Nosy @tim-one, @mdickinson, @ezio-melotti Superseder bpo-1662581: the re module can perform poorly: O(2n) versus O(n2) Note: these values reflect the state of the issue at the time it was...
X Description: BPO 16563 Nosy @tim-one, @mdickinson, @ezio-melotti Superseder bpo-1662581: the re module can perform poorly: O(2n) versus O(n2) Note: these values reflect the state of the issue at the time it was...
Opengraph URL: https://github.com/python/cpython/issues/60767
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"re.match loops forever on simple regexp","articleBody":"BPO | [16563](https://bugs.python.org/issue16563)\n--- | :---\nNosy | @tim-one, @mdickinson, @ezio-melotti\nSuperseder | \u003cli\u003ebpo-1662581: the re module can perform poorly: O(2**n) versus O(n**2)\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = None\nclosed_at = \u003cDate 2012-11-27.08:45:44.639\u003e\ncreated_at = \u003cDate 2012-11-27.00:07:43.246\u003e\nlabels = ['expert-regex', 'type-crash']\ntitle = 're.match loops forever on simple regexp'\nupdated_at = \u003cDate 2012-11-27.08:58:46.617\u003e\nuser = 'https://bugs.python.org/lpd'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2012-11-27.08:58:46.617\u003e\nactor = 'mark.dickinson'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2012-11-27.08:45:44.639\u003e\ncloser = 'mark.dickinson'\ncomponents = ['Regular Expressions']\ncreation = \u003cDate 2012-11-27.00:07:43.246\u003e\ncreator = 'lpd'\ndependencies = []\nfiles = []\nhgrepos = []\nissue_num = 16563\nkeywords = []\nmessage_count = 7.0\nmessages = ['176458', '176459', '176460', '176461', '176465', '176466', '176469']\nnosy_count = 5.0\nnosy_names = ['tim.peters', 'lpd', 'mark.dickinson', 'ezio.melotti', 'mrabarnett']\npr_nums = []\npriority = 'normal'\nresolution = 'duplicate'\nstage = None\nstatus = 'closed'\nsuperseder = '1662581'\ntype = 'crash'\nurl = 'https://bugs.python.org/issue16563'\nversions = ['Python 2.6']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/lpd","@type":"Person","name":"lpd"},"datePublished":"2012-11-27T00:07:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/60767/cpython/issues/60767"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:4dbc438c-422d-52c4-3bae-2050948c1a19 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8802:3F0628:A869E58:ABBC02C:6A50A5FF |
| html-safe-nonce | c381ad3f6d79418a1b8538d508d21b5e9c6478279a58ee10476747a370eb3323 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4ODAyOjNGMDYyODpBODY5RTU4OkFCQkMwMkM6NkE1MEE1RkYiLCJ2aXNpdG9yX2lkIjoiNzMxMjY2Njk1NTgzMjc4NTkxIiwicmVnaW9uX2VkZ2UiOiJzZWEiLCJyZWdpb25fcmVuZGVyIjoic2VhIn0= |
| visitor-hmac | d5ec02748fd993818a107d21dc07317973b8b2381844317baa79435f9a9caf6c |
| hovercard-subject-tag | issue:1198891260 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/60767/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3b627ba3898fdc9b18d90b0e9e75f5d8913d4c7c9da7454f3af3bd7d8a07eb17/python/cpython/issues/60767 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3b627ba3898fdc9b18d90b0e9e75f5d8913d4c7c9da7454f3af3bd7d8a07eb17/python/cpython/issues/60767 |
| og:image:alt | BPO 16563 Nosy @tim-one, @mdickinson, @ezio-melotti Superseder bpo-1662581: the re module can perform poorly: O(2n) versus O(n2) Note: these values reflect the state of the issue at the time it was... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | lpd |
| hostname | github.com |
| expected-hostname | github.com |
| None | d6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width