Skip to content
Avatar

Organizations

@python
Block or Report

Block or report ned-deily

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Add an optional note:
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Forked from python/pythondotorg

    Source code for python.org

    Python

  2. psf-salt Public

    Forked from python/psf-salt

    PSF infrastructure configuration

    SaltStack

  3. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 1

  4. Forked from python/release-tools

    Scripts for making (C)Python releases

    Python

  5. Forked from python/buildmaster-config

    Configuration for buildbot.python.org

    Python

  6. devguide Public

    Forked from python/devguide

    The Python developer's guide

    Makefile

140 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

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

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

Seeing something unexpected? Take a look at the GitHub profile guide.