Skip to content

2.0.23 backports#2575

Merged
xrmx merged 8 commits intounbit:uwsgi-2.0from
xrmx:2.0.23-backports
Nov 1, 2023
Merged

2.0.23 backports#2575
xrmx merged 8 commits intounbit:uwsgi-2.0from
xrmx:2.0.23-backports

Conversation

@xrmx
Copy link
Copy Markdown
Collaborator

@xrmx xrmx commented Nov 1, 2023

No description provided.

xrmx and others added 8 commits November 1, 2023 13:57
Since glibc 2.34 we are gettings warnings that pthread_mutexattr_setrobust_np
and pthread_mutex_consistent_np are deprecated.
Problem is that we are checking PTHREAD_MUTEX_ROBUST with the
preprocessor but it doesn't work because it's an enum :) So in the end
we are using the _np versions of the functions even if the standard ones
are available. Since this stuff is implemented on linux libc since
2010-2011 and 2016 in freebsd assume it's here.
distutils have been removed in Python 3.12.

Co-authored-by: Steve Kowalik <[email protected]>
Co-authored-by: Terence D. Honles <[email protected]>
Co-authored-by: Riccardo Magliocchetti <[email protected]>
@xrmx xrmx merged commit f9e4f0e into unbit:uwsgi-2.0 Nov 1, 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.

4 participants