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 462 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,790 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 a pull request in python/cpython that received 12 comments

bpo-45210: _Py_Dealloc() checks tp_dealloc exception

If Python is built in debug mode, _Py_Dealloc() now ensures that the tp_dealloc function leaves the current exception unchanged. https://bugs.pytho…

+50 −3 12 comments
Opened 32 other pull requests in 5 repositories
python/cpython 23 merged 2 closed 1 open
python/peps 1 merged 1 open
nedbat/coveragepy 1 open 1 closed
python/pythoncapi_compat 1 merged
vstinner/hachoir 1 merged
Reviewed 27 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.