The Wayback Machine - https://web.archive.org/web/20220416145936/https://github.com/vstinner
Skip to content
Avatar

Achievements

Achievements

Organizations

@python @psf
Block or Report

Block or report vstinner

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 467 66

  2. psf/pyperf Public

    Toolkit to run Python benchmarks

    Python 461 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,788 contributions in the last year

Apr 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 11 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…

+47 −3 11 comments

Created an issue in python/cpython that received 10 comments

code.replace(co_code=new_code) no longer catch exceptions on Python 3.11

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more details GitHub fi…

10 comments