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
Python threads difference for 3.10 and others
Mar 10, 2022
python
multithreading
python-multithreading
python-internals
What exactly is the optimization `functools.partial` is making?
Nov 19, 2022
python
performance
cpython
python-internals
functools
How do chained comparisons in Python actually work?
Sep 21, 2022
python
comparison-operators
python-internals
Returning NotImplemented from __eq__
Jun 22, 2021
python
python-3.x
equality
python-internals
Why does naive string concatenation become quadratic above a certain length?
Nov 06, 2022
python
cpython
python-internals
Why does locals() return a strange self referential list?
Jan 22, 2022
python
list-comprehension
python-2.6
python-internals
locals
Slow equality evaluation for identical objects (x == x)
Oct 17, 2022
python
python-3.x
python-internals
Why does __self__ of built-in functions return the builtin module it belongs to?
Aug 31, 2022
python
python-2.7
python-3.x
python-internals
How int() object uses "==" operator without __eq__() method in python2?
Dec 31, 2020
python
python-2.7
python-internals
How does module loading work in CPython?
Sep 18, 2022
python
python-import
cpython
dynamic-loading
python-internals
How does __slots__ avoid a dictionary lookup?
Aug 30, 2022
python
slots
python-internals
Accessing the list while being sorted
Aug 21, 2022
python
list
sorting
python-internals
How is super() in Python 3 implemented?
Oct 26, 2022
python
python-3.x
metaprogramming
super
python-internals
What is the meaning of "<" for Python dictionaries?
Nov 10, 2022
python
python-2.7
python-internals
What is Python's sequence protocol?
Sep 15, 2022
python
sequence
cpython
python-internals
Why are chained operator expressions slower than their expanded equivalent?
Aug 30, 2022
python
comparison
python-internals
What are __signature__ and __text_signature__ used for in Python 3.4
Sep 15, 2022
python
signature
python-3.4
python-internals
Dict/Set Parsing Order Consistency
Aug 10, 2022
python
dictionary
set
python-internals
Python: which types support weak references?
Sep 14, 2022
python
weak-references
python-internals
How many local variables can a Python (CPython implementation) function possibly hold?
Sep 14, 2022
python
python-3.x
function
namespaces
python-internals
« Newer Entries
Older Entries »