Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpython

Change in max length of interned strings in CPython

python cpython

Are python built-ins always C extensions (even on PyPy)?

Non-monotonic memory consumption in Python2 dictionaries

Python's _winapi module

python winapi cpython

Why does this Python script run 4x slower on multiple cores than on a single core

CPython - Read Python Dictionary (keys/values) inside a C Function Passed as argument

python cpython

Even though tuples are immutable, they are stored in different addresses in interactive mode. Why?

Why is CPython not using `sphinx.autodoc` for the standard library? [closed]

How can asyncio ever not be thread safe considering the GIL?

PyPy large memory usage compared to CPython

python io cpython pypy

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

How does tuple unpacking differ from normal assignment? [duplicate]

python python-2.7 cpython

How do programming languages call code written in another language?

Python string concatenation internal details

CPython or IronPython? [closed]

python ironpython cpython

Why does the `is` operator behave differently in a script vs the REPL?

python cpython

How to map func_closure entries to variable names?

python python-2.x cpython

Why is the destructor called when the CPython garbage collector is disabled?

Python Source Code - Update Grammar