Skip to content

A set of python script to do very bad things to the cpython interpreter.

Notifications You must be signed in to change notification settings

jespino/cpython-very-bad-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

A set of python script to do very bad things to the cpython interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages