Skip to content

Ignore asyncore and asynchat for Python 3.12+#854

Merged
itamarst merged 1 commit intoeventlet:masterfrom
4383:condition-asyncore-asynchat
Dec 20, 2023
Merged

Ignore asyncore and asynchat for Python 3.12+#854
itamarst merged 1 commit intoeventlet:masterfrom
4383:condition-asyncore-asynchat

Conversation

@4383
Copy link
Copy Markdown
Member

@4383 4383 commented Dec 20, 2023

@4383 4383 force-pushed the condition-asyncore-asynchat branch from 800af81 to f86c355 Compare December 20, 2023 16:14
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 20, 2023

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (53502e5) 53% compared to head (b94d73a) 53%.

Files Patch % Lines
eventlet/green/asyncore.py 0% 8 Missing ⚠️
eventlet/green/asynchat.py 0% 7 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##           master   #854   +/-   ##
=====================================
- Coverage      53%    53%   -1%     
=====================================
  Files          88     88           
  Lines        9881   9885    +4     
  Branches     1852   1854    +2     
=====================================
+ Hits         5335   5336    +1     
- Misses       4156   4159    +3     
  Partials      390    390           
Flag Coverage Δ
ipv6 22% <0%> (-1%) ⬇️
py310epolls 52% <0%> (-1%) ⬇️
py310poll 52% <0%> (-1%) ⬇️
py310selects 52% <0%> (+<1%) ⬆️
py311epolls 52% <0%> (-1%) ⬇️
py312epolls 50% <0%> (-1%) ⬇️
py37epolls 50% <0%> (-1%) ⬇️
py38epolls 52% <0%> (-1%) ⬇️
py38openssl 50% <0%> (-1%) ⬇️
py38poll 52% <0%> (-1%) ⬇️
py38selects 52% <0%> (-1%) ⬇️
py39dnspython1 50% <0%> (+<1%) ⬆️
py39epolls 52% <0%> (+<1%) ⬆️
py39poll 52% <0%> (-1%) ⬇️
py39selects 52% <0%> (-1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@4383 4383 force-pushed the condition-asyncore-asynchat branch from f86c355 to bc1057d Compare December 20, 2023 16:17
@4383 4383 force-pushed the condition-asyncore-asynchat branch from bc1057d to b94d73a Compare December 20, 2023 16:26
@itamarst itamarst merged commit 7e9ca00 into eventlet:master Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eventlet: deprecation of Python libraries asyncore and asynchat

2 participants