Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 672 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 672 Bytes

Python Very Bad Things

A little set of code snippets to do bad thing to the cpython interpreter.

I mainly use ctypes to this things and when is posible i will try to make it funny.

The idea is to learn by breaking, one of the more funny ways of learning something.

All examples are tested on CPython 3.4.

Usage

Al examples must be runned in the interactive interpreter coping and pasting (to avoid the python compiler optimizations).

Rules to contribute

  • Don't break real things (Respect the machine of the code executors).
  • Don't repeat existing scripts.
  • All PR must be with only 1 commit and only 1 script.