Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 1005B

title: Newbie issues lang: en

However, Python only initializes default parameters when the function is first evaluated, which means that the same list is used for every call to the function. As a result, if you mutate those values, the mutations span across invocations.

In this case, user ids and names were appended to the default lists each time it was called. Over hours, those lists began to retrieve tens of thousands of users on each request, overwhelming even the memcache clusters.

*Digg’s v4 launch: an optimism born of necessity.* (cache)

A good reminder that a full team of engineers can fail miserably at investigating a 101 Python course problem. I did that too, I probably will again. I should collect and publish my own post mortem mistakes, as James Bennett did (cache).