Python 3.6 & 3.7 release manager
/ Python release team / Python core developer
Block or Report
Block or report ned-deily
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
buildmaster-config Public
Forked from python/buildmaster-config
Configuration for buildbot.python.org
Python
-
140 contributions in the last year
Less
More
Contribution activity
October 2022
Created 1 commit in 1 repository
Created a pull request in python/cpython that received 10 comments
gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK
The macOS 13 SDK includes support for the mkfifoat and mknodat system calls. Using the dir_fd option with either os.mkfifo() or os.mknod() can resu…
+80
−8
•
10
comments
Reviewed 1 pull request in 1 repository
python/cpython
1 pull request
Created an issue in python/cpython that received 3 comments
Prevent segfaults by adding macOS weaklinking for mkfifoat and mknodat system calls added in macOS 13 Ventura
macOS 13 Ventura adds support for the POSIX mkfifoat and mknodat system calls which are used in the Python os module via posixmodule.c when availab…
3
comments