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
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
How to raise an exception in the init method for a CPython module
Feb 14, 2026
python
python-2.7
cpython
python-internals
call PyErr_SetString twice without clearing
Feb 13, 2026
c++
exception
cpython
How to work around the limitation of `len` function in Python?
Feb 08, 2026
python
python-3.x
cpython
How can we pass a C structure to Python?
Feb 02, 2026
python
c
cpython
Why do some of CPython's lib modules have implementations in C and Python?
Jan 30, 2026
python
cpython
Older Entries »