102 years ago, in November 1923, someone in Germany posted a package (Christmas present, maybe) using 50 stamps of 200 million Mk. Hyperinflation.
31.10.2025 10:48 β π 3 π 0 π¬ 0 π 0102 years ago, in November 1923, someone in Germany posted a package (Christmas present, maybe) using 50 stamps of 200 million Mk. Hyperinflation.
31.10.2025 10:48 β π 3 π 0 π¬ 0 π 0Why PyPI is simply because thatβs whatβs accessible. Iβd love to see an analysis of corporate codebases. If anyone has access to those, they can use my script - see the PEP for details.
24.09.2025 11:02 β π 1 π 0 π¬ 1 π 0Thatβs a good question, which was raised in the discussion. I repeated the analysis on a random selection of PyPI packages, and found that the incidence rate was double - about 4 per million LOC. so you are right that high quality code is less impacted, but not by orders of magnitude.
24.09.2025 11:01 β π 1 π 0 π¬ 1 π 0
My PyCon UK talk on PEP 765: removing βreturn in finallyβ from the language.
www.youtube.com/watch?v=vrVX...
Tough choice..
27.05.2025 21:25 β π 2 π 0 π¬ 0 π 0
βJoyfulβ is something weβre supposed to value now in a presidential candidate?
One of the criticisms against her was that she constantly laughed as the world burned on her watch.
Sure, my point is I rarely look at codeowners/experts (I do that when I am actively looking for help). Itβs possible that someone was unaware of a relatively recent codeowners addition.
04.03.2025 04:31 β π 0 π 0 π¬ 0 π 0
We had some discussions in the past about βcodeownerβ being a misleading term here. The intention is that the person offers to resolve issues, not that they actually own the code.
I tag people when I need their input. If I can handle an issue myself I donβt bother them. I donβt tag as recognition.
Can you be more specific about what happened? Who did you expect to tag you, and on what? What does recognition as maintainer mean?
03.03.2025 22:28 β π 0 π 0 π¬ 1 π 0
The PEP has now been accepted.
Which other languages have this problem?
LWN published a good summary of the discussion so far:
lwn.net/Articles/100...
@lwndotnet.bsky.social
I'm working on CPython's internals documentation, collecting it all into one place, organising, updating and enhancing to fill in missing topics.
It's taking shape, but there are still gaps to fill. Contributions are welcome.
github.com/python/cpyth...
I would be interested to know what they mean by βPython is a poor investmentβ. Learning python? Building systems in Python? Working on Python?
Do they have a point? If they donβt then Iβd disagree, but I wouldnβt feel angry or offended. Why should I?
You have unlimited data, so you can always get the email to let you know that you've run out.
04.12.2024 16:57 β π 2 π 1 π¬ 0 π 0
If you use up all of your (unlimited) data, we will let you know.
Good bot.
I conducted an analysis of return-in-finally in real world Python code. Just don't do it.
TL;DR:
- it is not used often
- when it is used, it's usually used incorrectly
- code authors find it easy to fix
Draft PEP: peps.python.org/pep-0765/
Full report: github.com/iritkatriel/...