mirror of
https://github.com/RGBCube/serenity
synced 2025-07-09 01:27:35 +00:00

Released on 2021-08-02. https://www.python.org/downloads/release/python-3100rc1/ This contains the first upstreamed change for SerenityOS, making the webbrowser module work with Browser out of the box :^)
12 lines
465 B
Diff
12 lines
465 B
Diff
--- Python-3.10.0rc1/Modules/posixmodule.h 2021-08-03 19:01:36.368000000 +0100
|
|
+++ Python-3.10.0rc1/Modules/posixmodule.h 2021-08-03 19:01:54.120205211 +0100
|
|
@@ -19,7 +19,8 @@
|
|
#endif /* MS_WINDOWS */
|
|
|
|
#if defined(PYPTHREAD_SIGMASK) || defined(HAVE_SIGWAIT) || \
|
|
- defined(HAVE_SIGWAITINFO) || defined(HAVE_SIGTIMEDWAIT)
|
|
+ defined(HAVE_SIGWAITINFO) || defined(HAVE_SIGTIMEDWAIT) || \
|
|
+ defined(__serenity__)
|
|
# define HAVE_SIGSET_T
|
|
#endif
|
|
|