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

Python 3.13: include unistd.h in _chunker.c #7905

Merged
merged 1 commit into from
Nov 5, 2023

Conversation

FelixSchwarz
Copy link
Contributor

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

Disclaimer: I only tested this with borg 1.2 as I failed to create a Python 3.13 virtualenv with borg 2. However the fix

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 Nov 5, 2023

Codecov Report

Merging #7905 (c350c1b) into master (d25cc1b) will increase coverage by 0.01%.
The diff coverage is n/a.

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

@@            Coverage Diff             @@
##           master    #7905      +/-   ##
==========================================
+ Coverage   83.67%   83.69%   +0.01%     
==========================================
  Files          66       66              
  Lines       11853    11853              
  Branches     2149     2149              
==========================================
+ Hits         9918     9920       +2     
+ Misses       1360     1359       -1     
+ Partials      575      574       -1     

see 1 file with indirect coverage changes

@ThomasWaldmann ThomasWaldmann merged commit 0da4fff into borgbackup:master Nov 5, 2023
12 of 13 checks passed
@ThomasWaldmann
Copy link
Member

Thanks!

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