Skip to content

Commit 46f210e

Browse files
Fixup blog post (#33)
1 parent 53d1393 commit 46f210e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/authors/stan-ulbrych.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"github": "StanFromIreland",
55
"avatar": "",
66
"twitter": "",
7-
"bluesky": "https://bsky.app/profile/stan.ulbrych.org",
7+
"bluesky": "stan.ulbrych.org",
88
"mastodon": "https://mastodon.social/@stanfromireland",
99
"website": "https://stan.ulbrych.org",
1010
"featured": false

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)