Skip to content

fix: address SyntaxWarning from vendored memcached#2105

Open
maxnbk wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
maxnbk:fix/memcached-syntax-warning-py313
Open

fix: address SyntaxWarning from vendored memcached#2105
maxnbk wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
maxnbk:fix/memcached-syntax-warning-py313

Conversation

@maxnbk
Copy link
Copy Markdown
Contributor

@maxnbk maxnbk commented May 14, 2026

Closes #2061 .

Single-character fix for SyntaxWarning on python-3.13+.

Signed-off-by: Stephen Mackenzie <maxnbk@users.noreply.github.com>
@maxnbk maxnbk self-assigned this May 14, 2026
@maxnbk maxnbk requested a review from a team as a code owner May 14, 2026 20:46
@maxnbk maxnbk added the devdays26 ASWF Dev Days 2026 label May 14, 2026
@maxnbk maxnbk removed their assignment May 14, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.64%. Comparing base (d415b96) to head (53efb28).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2105      +/-   ##
==========================================
- Coverage   60.65%   60.64%   -0.01%     
==========================================
  Files         164      164              
  Lines       20584    20584              
  Branches     3579     3579              
==========================================
- Hits        12485    12483       -2     
- Misses       7224     7225       +1     
- Partials      875      876       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devdays26 ASWF Dev Days 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SyntaxWarning when using Python 3.12+ - vendor/memcache/memcache.py

2 participants