-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#105127)" #106733
Conversation
…g errors and return empty tuple to indicate the parsing error (old API) (python#105127)" This reverts commit 18dfbd0. See python#106669.
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @gpshead, I could not cleanly backport this to |
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry @gpshead, I had trouble checking out the |
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry @gpshead, I had trouble checking out the |
… parsing errors ... (pythonGH-105127)" (pythonGH-106733) This reverts commit 18dfbd0. Adds a regression test from the issue. See python#106669.. (cherry picked from commit a31dea1) Co-authored-by: Gregory P. Smith <[email protected]>
GH-106941 is a backport of this pull request to the 3.12 branch. |
gh-106669: Revert "gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API) (#105127)"
This reverts commit 18dfbd0 and adds the regression test suggested in the issue.
See #106669.
📚 Documentation preview 📚: https://cpython-previews--106733.org.readthedocs.build/