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 python-internals
What is the internal implementation of `copy.deepcopy()` in Python and how to override `__deepcopy__()` correctly?
Apr 11, 2026
python
deep-copy
python-internals
internals
How to inspect program state in the presence of generators/coroutines?
Apr 11, 2026
python
python-3.x
python-asyncio
coroutine
python-internals
Where is the default behavior for object equality (`==`) defined?
Apr 11, 2026
python
python-internals
python-datamodel
Why is a set object stored as a frozenset and a list object as a tuple?
Mar 29, 2026
python
list
set
python-internals
What does the following code do in cpython?
Mar 18, 2026
python
python-3.x
cpython
python-internals
Python NameError only when accessing class attribute in class namespace within list comprehension [duplicate]
Mar 16, 2026
python
python-3.x
scope
list-comprehension
python-internals
RuntimeError: lost sys.stdout
Mar 12, 2026
python
python-3.x
cpython
python-internals
multiprocessing - Cancel remaining jobs in a pool without destroying the Pool
Mar 07, 2026
python
python-3.x
multiprocessing
python-multiprocessing
python-internals
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
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
How to understand the memories of list structure take in Python?
Feb 13, 2026
python
list
python-internals
Python_ what does 'open(0)' means in this code? [duplicate]
Dec 30, 2025
python
python-3.x
bash
stdout
python-internals
Are Python 3.11 objects as light as slots?
Dec 18, 2025
python
python-internals
slots
python-3.11
What is Python 3 `str.__getitem__` computional complexity?
Dec 07, 2025
python-3.x
python-internals
Difference between a loaded module and an initialized module?
Dec 04, 2025
python
python-3.x
module
python-internals
Why is @property slower that an attribute while bytecode is the same
Nov 30, 2025
python
performance
properties
cpython
python-internals
Older Entries »