Victor Stinner

Results 16 repositories owned by Victor Stinner

cpython_core_tutorial

48
Stars
21
Forks
Watchers

Tutorial to contribute to the CPython project

faster_cpython

112
Stars
14
Forks
Watchers

Notes on making CPython faster

fatoptimizer

75
Stars
11
Forks
Watchers

Static optimizer specializing functions with guards for Python 3.6

faulthandler

99
Stars
28
Forks
Watchers

Fault handler for Python: display the Python backtrace on SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals

hachoir

578
Stars
76
Forks
Watchers

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

pysandbox

369
Stars
33
Forks
Watchers

WARNING: pysandbox is BROKEN BY DESIGN, please move to a new sandboxing solution (run python in a sandbox, not the opposite!)

fat

19
Stars
4
Forks
Watchers

The fat module is Python 3.6 extension module (written in C) implementing fast guards for specialized functions

misc

22
Stars
11
Forks
Watchers

Configuration ("dotfiles"), small personal programs like scm.py, other misc things...

notes

18
Stars
10
Forks
Watchers

Victor Stinner's Notes

python-ptrace

178
Stars
51
Forks
Watchers

python-ptrace is a Python binding of ptrace library.