Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpython

What does the following code do in cpython?

How to get timezone from Python C API?

python c cpython

Why and where python interned strings when executing `a = 'python'` while the source code does not show that?

python python-c-api cpython

Why cpython exposes 'PyTuple_SetItem' as C-API if tuple is immutable by design?

RuntimeError: lost sys.stdout

Why is CPython's hash(-1) != -1

python hash cpython

What is the `ExceptionTable` in the output of `dis`?

How are small sets stored in memory?

collections.deque: why q[9999] is faster than q[-1]?

python cpython deque

Why does the float object behave differently with the "is" operator?

How to raise an exception in the init method for a CPython module

call PyErr_SetString twice without clearing

c++ exception cpython

How to work around the limitation of `len` function in Python?

python python-3.x cpython

How can we pass a C structure to Python?

python c cpython

Why do some of CPython's lib modules have implementations in C and Python?

python cpython