Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-internals

Why are Python lists implemented as dynamic arrays instead of ring buffers?

Interesting performance of creating objects via normal class, data class and named tuple

Why doesn't QtConsole echo next()?

Non-monotonic memory consumption in Python2 dictionaries

In-place custom object unpacking different behavior with __getitem__ python 3.5 vs python 3.6

Python 3.3 C-API and UTF-8 Strings

Python import shadowing different between 3.4.6 and 3.5.2

Is it possible to restore corrupted “interned” bytes-objects

Given a dict iterator, get the dict

Two instances of the same Python module?

calling a function saved in a class attribute: different behavior with built-in function vs. normal function

list() vs iterable unpacking in Python 3.5+

What is None doing in the code object's co_consts attribute?

Python string concatenation internal details

How does Python interpreter work in dynamic typing?

Does declaring variables in a function called from __init__ still use a key-sharing dictionary?

Why don't dictionaries resize after deletions?

What is the difference between load name and load global in python bytecode?

Why doesn't Python have a "__req__" (reflected equality) method?

What makes lists unhashable?