zpoint/CPython-Internals
Dive into CPython internals, trying to illustrate every detail of CPython implementation
C
Pinned issues
Issues
- 2
关于long类型的理解存在疑点
#57 opened by NB-Dragon - 3
建议代码第一行标出文件名及其路径
#56 opened by kkxue - 0
- 0
Updating Link for more stack frame information
#52 opened by samsepiol1 - 0
gc_cn.md 中 为什么 a1 和 a2 在本轮 GC 中存活了?
#50 opened by philo-veritas - 3
hash("key2") % 8 is 2!
#47 opened by lucomsky - 1
Interpreter/frame/frame_cn.md 图片解释疑问
#46 opened by RyanHe123 - 1
Interpreter/frame/frame_cn.md code->nfrees变量名问题
#45 opened by RyanHe123 - 1
- 0
how pickle implemented in python3
#43 opened by zpoint - 3
很多图挂了
#42 opened by yupeijei1997 - 0
C++ extension(integrate with NumPy/bypass the GIL)
#36 opened by zpoint - 5
关注你这个很久了,是否考虑过弄个群?
#31 opened by 425776024 - 0
Python's compile phase -- AST to python byte code
#33 opened by zpoint - 6
gc 最终会不会回收 实现了__del__方法的对象?
#28 opened by Panlq - 4
next是什么时候触发 `zombie`frame的
#30 opened by Panlq - 0
- 0
Python's compile phase -- CST TO AST
#32 opened by zpoint - 2
Cython GIL - check_interval & interval
#27 opened by Panlq - 1
Markdown code formatting
#26 opened by cleoold - 2
How to convert code in Python into C
#24 opened by kitescat - 1
little endian and big endian
#22 opened by MambaWong - 1
tp_getattro 的分析存在问题
#19 opened by Hanaasagi - 3
怎么理解 free_list 呢?
#18 opened by chinesehuazhou - 0
python list implementation(timsort)
#17 opened by zpoint - 0
profile python code and write pure C extension
#16 opened by zpoint - 0
PyObject(overview)
#15 opened by zpoint - 0
python thread
#14 opened by zpoint - 0
python __slots__
#13 opened by zpoint - 0
python mro and metaclass
#12 opened by zpoint - 0
python memory management
#11 opened by zpoint - 0
the python garbage collection
#10 opened by zpoint - 0
the python gil
#9 opened by zpoint - 0
how does import work in python3(module object)
#8 opened by zpoint - 0
how does exception handling work in python3
#7 opened by zpoint - 0
how does attribute access work in python3
#6 opened by zpoint - 0
code object in python3
#5 opened by zpoint - 0
how frame work in python3
#4 opened by zpoint - 0
how regex work in python3
#3 opened by zpoint - 0
how int implemented in python3
#2 opened by zpoint - 0
how dict implemented in python3
#1 opened by zpoint