Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in cpython
can't install software using brew on my mac?
Apr 13, 2026
macos
homebrew
cpython
libtool
Making copies of built-ins classes
Apr 07, 2026
python
python-3.x
types
copy
cpython
Why 2 different python lambda's have the same bytecode?
Apr 07, 2026
python
lambda
cpython
Are `.__mro__` and `.mro()` a CPython implementation details?
Apr 01, 2026
python
cpython
method-resolution-order
Python: where is the method listdir because there is no "def listdir()" in module os.py?
Mar 26, 2026
python
cpython
listdir
What does the following code do in cpython?
Mar 18, 2026
python
python-3.x
cpython
python-internals
How to get timezone from Python C API?
Mar 17, 2026
python
c
cpython
Why and where python interned strings when executing `a = 'python'` while the source code does not show that?
Mar 15, 2026
python
python-c-api
cpython
Why cpython exposes 'PyTuple_SetItem' as C-API if tuple is immutable by design?
Mar 14, 2026
python
python-3.x
tuples
ctypes
cpython
RuntimeError: lost sys.stdout
Mar 12, 2026
python
python-3.x
cpython
python-internals
Why is CPython's hash(-1) != -1
Mar 07, 2026
python
hash
cpython
What is the `ExceptionTable` in the output of `dis`?
Mar 03, 2026
python
python-3.x
cpython
python-internals
How are small sets stored in memory?
Mar 02, 2026
python
memory
set
cpython
python-internals
collections.deque: why q[9999] is faster than q[-1]?
Mar 01, 2026
python
cpython
deque
Why does the float object behave differently with the "is" operator?
Feb 16, 2026
python
immutability
cpython
python-internals
Older Entries »