Skip to content

Commit fa69326

Browse files
Fixup blog post
1 parent 53d1393 commit fa69326

File tree

1 file changed

+2
-2
lines changed
  • content/posts/cpython-codebase-growth

1 file changed

+2
-2
lines changed

content/posts/cpython-codebase-growth/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'CPython: 36 Years of Source Code'
3-
publishDate: 2026-08-03
3+
publishDate: 2026-03-08
44
author: Stan Ulbrych
55
description: >-
66
An analysis of the growth of CPython's codebase from its first commits to the
@@ -13,4 +13,4 @@ published: true
1313

1414
While working on a patch and navigating through CPython, I got curious as to how the codebase has grown over the years. Using an interesting tool I found on the internet to *count lines of code* ([cloc](https://github.com/AlDanial/cloc)), some scripts, and some patience (thank goodness for multiple cores, or I’d be at this all day), I amassed a [1,392 commit dataset.](https://gist.github.com/StanFromIreland/bd33d5ee3c59c54cbe1f3bad2fbdb4e9) With that, and some Git spelunking for the annotations, I was able to generate the above graph.
1515

16-
Many thanks to Tim and Ned for their help with this little project! I plan to tidy my scripts and upload them to a repository sometime in the near future. Please feel free to use my dataset :-)
16+
Many thanks to Tim, Ned, and Hugo for their help with this little project! I plan to tidy my scripts and upload them to a repository sometime in the near future. Please feel free to use my dataset :-)

0 commit comments

Comments
 (0)