mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-95174: Add pthread stubs for WASI (GH-95234)
Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
parent
226d02bb10
commit
0fe645d6fd
17 changed files with 332 additions and 41 deletions
|
|
@ -1544,6 +1544,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