mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Co-authored-by: Brett Cannon <brett@python.org>.
(cherry picked from commit 0fe645d6fd)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
9af9ea28e7
commit
e62a0dfab2
17 changed files with 332 additions and 41 deletions
|
|
@ -1573,6 +1573,7 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/cpython/objimpl.h \
|
||||
$(srcdir)/Include/cpython/odictobject.h \
|
||||
$(srcdir)/Include/cpython/picklebufobject.h \
|
||||
$(srcdir)/Include/cpython/pthread_stubs.h \
|
||||
$(srcdir)/Include/cpython/pyctype.h \
|
||||
$(srcdir)/Include/cpython/pydebug.h \
|
||||
$(srcdir)/Include/cpython/pyerrors.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue