Python 源码相关笔记¶

  • Python环境构建
    • Python编译相关
    • distutils
  • greenlet, eventlet, gevent etc
    • greenlet的实现原理
    • gevent
    • gunicorn
  • Import模块分析
  • Python中的信号处理
  • unicode
  • socket模块跨平台dup的实现
  • number_hack.py
  • Bound method, Unbound Method etc
  • 递归 & Y-Combinator
  • Python中多线程的实现
    • 线程的创建
    • 线程的调度
    • PyGILState*函数
  • multiprocessing.Pool 详解
    • 创建
    • apply*
    • map*
  • 实现一个运行在 Python 上的 PL/0 编译器

More: Python源码之旅 https://a-journey-into-python-source.readthedocs.io

This Page

  • Show Source

Quick search

©2017, chanfung032. | Powered by Sphinx 4.1.2 & Alabaster 0.7.12 | Page source