Skip to content
Avatar

Achievements

Achievements

Organizations

@python @psf
Block or Report

Block or report vstinner

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.

Report abuse

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

Report abuse

Pinned

  1. hachoir Public

    Hachoir is a Python library to view and edit a binary stream field by field

    Python 470 66

  2. psf/pyperf Public

    Toolkit to run Python benchmarks

    Python 464 56

  3. Programming with Unicode, book written by Victor Stinner

    Python 209 35

  4. sixer Public archive

    Add Python 3 support to Python 2 applications using the six module.

    Python 41 11

  5. Documentation of Python security

    Python 65 19

1,802 contributions in the last year

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

Contribution activity

April 2022

Created 1 repository

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

gh-91719: Add pycore_opcode.h internal header file

Move the following API from Include/opcode.h (public C API) to a new Include/internal/pycore_opcode.h header file (internal C API): EXTRA_CASES _P…

+661 −605 13 comments
Opened 41 other pull requests in 6 repositories
python/cpython 2 open 29 merged 2 closed
python/pythoncapi-compat 1 open 1 merged
python/peps 2 merged
nedbat/coveragepy 1 open 1 closed
boostorg/python 1 merged
vstinner/hachoir 1 merged
Reviewed 32 pull requests in 2 repositories
python/cpython 25 pull requests
python/peps 2 pull requests

Created an issue in python/cpython that received 13 comments

Build Python with C11

PEP 7 was recently updated to require a C11 compiler (without optional features) to build Python. I propose to now implement this new requirement: B…

13 comments

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