arpitbbhayani / cpython-patches

Experimental patches on CPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPython Patches

This is an experimental repository that contains patches on the CPython. The motive was to understand the beautiful cpython codebase step by step.

The folder in this repository are numbered, giving you a an order to follow. Each folder contains a README file describing the change and the patch.diff file containing the diff.

Explainers

  1. Making our first change in CPython
  2. Adding a new statement to Python

Follow the playlist - Cpython Internals.

About

Experimental patches on CPython