The Wayback Machine - https://web.archive.org/web/20221218082930/https://github.com/byllyfish
Skip to content
Avatar
Block or Report

Block or report byllyfish

Report abuse

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

Report abuse

Pinned

  1. finsy Public

    P4Runtime Python Library

    Python 5

  2. exacl Public

    Rust library to manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD.

    Rust 6

  3. shellous Public

    asyncio library that provides an API for running subprocesses

    Python 3

  4. precis_i18n Public

    Python3 implementation of PRECIS framework (RFC 8264, RFC 8265, RFC 8266)

    Python 15 2

1,062 contributions in the last year

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

Contribution activity

December 2022

Created 23 commits in 2 repositories

Created a pull request in python/cpython that received 10 comments

gh-99110: Initialize frame->previous in init_frame to fix segmentation fault

This PR fixes a segmentation fault caused by an uninitialized variable. One way to trigger the seg. fault is to use the PyFrame_New() C API. I've a…

+34 −1 10 comments