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
Why does hash(None) change across different platforms and in different calls?
Feb 15, 2022
python
hash
python-internals
Why modifying dict during iteration doesn't always raise exception?
Mar 02, 2022
python
python-3.x
dictionary
python-internals
Is "__module__" guaranteed to be defined during class creation?
Nov 16, 2022
python
python-internals
Why does a class definition always produce the same bytecode?
Aug 30, 2022
python
bytecode
disassembly
python-internals
How to get reference count of a PyObject?
Sep 24, 2022
python
c++
c
python-c-api
python-internals
python 3.5 type hints: can i check if function arguments match type hints?
Aug 28, 2022
python
python-internals
python-3.5
Why doesn't except object catch everything in Python?
Oct 29, 2022
python
exception
python-2.x
python-internals
What method does Python 2 use to print tuples?
Sep 21, 2022
python
python-2.7
self-reference
cpython
python-internals
How do I store a Python object in memory for use by different processes?
Aug 16, 2022
python
web
memory
python-internals
How are variables names stored and mapped internally?
Mar 09, 2022
python
variables
cpython
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
« Newer Entries
Older Entries »