Skip to content
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

include unistd.h in _chunker.c #7956

Merged

Conversation

ThomasWaldmann
Copy link
Member

With Python 3.13, Python.h no longer includes the <unistd.h> standard header file: https://docs.python.org/3.13/whatsnew/3.13.html#id8

(backport from master)

With Python 3.13, Python.h no longer includes the <unistd.h> standard header file:
https://docs.python.org/3.13/whatsnew/3.13.html#id8
@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (70eed5e) 82.60% compared to head (13c6d1b) 82.24%.
Report is 3 commits behind head on 1.2-maint.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@              Coverage Diff              @@
##           1.2-maint    #7956      +/-   ##
=============================================
- Coverage      82.60%   82.24%   -0.37%     
=============================================
  Files             38       38              
  Lines          10781    10781              
  Branches        2064     2064              
=============================================
- Hits            8906     8867      -39     
- Misses          1329     1361      +32     
- Partials         546      553       +7     

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

@ThomasWaldmann ThomasWaldmann merged commit e50d267 into borgbackup:1.2-maint Dec 1, 2023
10 of 11 checks passed
@ThomasWaldmann ThomasWaldmann deleted the py313-unistdh-1.2 branch December 1, 2023 23:45
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.

3 participants