Skip to content
Avatar

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 515 71

  2. psf/pyperf Public

    Toolkit to run Python benchmarks

    Python 527 64

  3. Programming with Unicode, book written by Victor Stinner

    Python 216 34

  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 75 24

1,875 contributions in the last year

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

Contribution activity

December 2022

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

[3.11] gh-99845: _PyObject_DictPointer(): fix dictoffset cast

Cast size_t to Py_ssize_t, rather than casting it to long. On 64-bit Windows, long is 32-bit whereas Py_ssize_t is 64-bit. Issue: gh-99845

+2 −1 4 comments
Opened 1 other pull request in 1 repository
vstinner/hachoir 1 merged

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