| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Please add a new entry that describe the fix to user.
Such as: Fix wrong match in postive qualifiers. Patch by <your name>
Sorry, something went wrong.
| self.assertIsNone(re.match("^x{}+$", "xxx")) | ||
| self.assertTrue(re.match("^x{}+$", "x{}")) | ||
|
|
||
| self.assertEqual(re.match('((.(?!C))++)', 'ABCD').span(), (0, 1)) |
There was a problem hiding this comment.
You may add a comment # gh-100061 for this test-case.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, added :)
Sorry, something went wrong.
|
IMO the fix is fine. Just adjust some details (comment/new_entry). |
Sorry, something went wrong.
|
@ezio-melotti, @serhiy-storchaka (as regex experts) |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
|
Thanks @uyw4687 for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
|
Sorry, @uyw4687 and @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict. |
Sorry, something went wrong.
|
Sorry, @uyw4687 and @serhiy-storchaka, I could not cleanly backport this to 3.11 due to a conflict. |
Sorry, something went wrong.
…essive quantifiers (pythonGH-102612) Restore the global Input Stream pointer after trying to match a sub-pattern. Co-authored-by: Ma Lin <animalize@users.noreply.github.com>. (cherry picked from commit abd9cc5) Co-authored-by: SKO <41810398+uyw4687@users.noreply.github.com>
|
GH-108003 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
…essive quantifiers (pythonGH-102612) Restore the global Input Stream pointer after trying to match a sub-pattern. Co-authored-by: Ma Lin <animalize@users.noreply.github.com>. (cherry picked from commit abd9cc5) Co-authored-by: SKO <41810398+uyw4687@users.noreply.github.com>
|
GH-108004 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot aarch64 RHEL8 LTO + PGO 3.x has failed when building commit abd9cc5. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/78/builds/5080 Summary of the results of the build (if available): == Tests result: ENV CHANGED == 431 tests OK. 10 slowest tests:
1 test altered the execution environment: 15 tests skipped: Total duration: 2 min 37 sec Click to see traceback logsTraceback (most recent call last):
File "<frozen importlib._bootstrap>", line 1266, in _find_and_load
File "<frozen importlib._bootstrap>", line 1237, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 841, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap_external>", line 1095, in get_code
File "<frozen importlib._bootstrap_external>", line 1194, in get_data
TypeError: descriptor 'close' for '_io.BufferedReader' objects doesn't apply to a '_io.FileIO' object
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/threading.py", line 1052, in _bootstrap_inner
self.run()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/threading.py", line 989, in run
self._target(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_interpreters.py", line 481, in task
interp = interpreters.create()
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/support/interpreters.py", line 25, in create
id = _interpreters.create(isolated=isolated)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: interpreter creation failed
k
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.