Search code examples
Run cython code when extension module gets garbage collected...


cythoncpythonpython-internals

Read More
Accessing dictionary items by position in Python 3.6+ efficiently...


pythonpython-3.xdictionarypython-internals

Read More
why getRefCount is not incremented?...


pythonpython-internalsreference-counting

Read More
Where can I find the source code of os.urandom()?...


pythonpython-3.xrandompython-internals

Read More
Where can I view the code for the built-in Python method id() (Python 3.x)?...


pythonpython-3.xcpythonpython-internals

Read More
Why is the size of 2⁶³ 36 bytes, but 2⁶³-1 is only 24 bytes?...


pythonpython-2.7cpythonpython-internals

Read More
explanation of C implementation python's len function...


pythonccpythonpython-internals

Read More
Sequence of constructor calls in complex multiple inheritance in python...


pythonpython-3.xpython-internals

Read More
Is it possible to "hack" Python's print function?...


pythonpython-3.xprintingpython-internals

Read More
Why does Python's grammar specification not include docstrings and comments?...


pythongrammarpython-internals

Read More
Is the iteration protocol used when indexing a range object?...


pythonpython-3.xindexingpython-internals

Read More
When does CPython garbage collect?...


pythongarbage-collectioncpythonpython-internals

Read More
python shelve: same objects become different objects after reopening shelve...


pythonpicklepython-internalspython-3.7shelve

Read More
Python string with space and without space at the end and immutability...


pythonstringimmutabilitycpythonpython-internals

Read More
Different object size of True and False in Python 3...


pythonpython-3.xpython-2.7cpythonpython-internals

Read More
Why does Exception proxy __str__ onto the args?...


pythonexceptionpython-internals

Read More
Why is gunicorn calling sys.exit(1)?...


dockergunicornpython-internalspythoninterpreter

Read More
Why is the __dict__ of instances so much smaller in size in Python 3?...


pythonpython-3.xclassdictionarypython-internals

Read More
How do I initialize a Counter from a list of key/initial counts pairs?...


pythonpython-3.xdata-structurescounterpython-internals

Read More
How and when are python @properties evaluated...


pythonpropertiespython-internals

Read More
How is ternary operator implemented in Python...


pythonpython-3.xternary-operatorcpythonpython-internals

Read More
how to find the implementation of [::-1] ( reversing list in python ) in CPython source code...


pythonlistcpythonpython-internals

Read More
Why is python dict creation from list of tuples 3x slower than from kwargs...


pythonpython-3.xperformancebenchmarkingpython-internals

Read More
function descriptor on builtin types like dict.fromkeys behaves different to a normal method...


pythonpython-2.7python-internalspython-descriptors

Read More
exit() in python interpreter not working after overriding...


python-2.7python-internals

Read More
How does array.array() use such little memory space?...


pythonarraysmemory-managementpython-internals

Read More
What's the logic behind Python's hash function order?...


pythonpython-3.xpython-2.7hashtablepython-internals

Read More
What is the meaning of "<" for Python dictionaries?...


pythonpython-2.7python-internals

Read More
How is unicode represented internally in Python?...


pythonstringunicodepython-internals

Read More
Causes for inconsistent behavior when adding NaNs to a set...


pythonpython-3.xcpythonpython-internals

Read More
BackNext