Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / zpoint/CPython-Internals issues and pull requests

#58 - [WIP] Update gc_cn.md: Add file path information to the code snippet

Pull Request - State: closed - Opened by kkxue 3 months ago

#57 - 关于long类型的理解存在疑点

Issue - State: closed - Opened by NB-Dragon 3 months ago - 2 comments

#56 - 建议代码第一行标出文件名及其路径

Issue - State: closed - Opened by kkxue 3 months ago - 3 comments

#55 - docs(gil): fix typos, grammar, cap, and punct

Pull Request - State: closed - Opened by nayeonshin 9 months ago - 1 comment

#54 - docs(gil): fix typo

Pull Request - State: closed - Opened by nayeonshin 9 months ago

#53 - correction of the reference about stackframe

Pull Request - State: closed - Opened by samsepiol1 11 months ago

#52 - Updating Link for more stack frame information

Issue - State: closed - Opened by samsepiol1 11 months ago

#49 - 修改错误链接 | Fixed a url

Pull Request - State: closed - Opened by MelodyYuuka over 2 years ago

#48 - Update memory_management_cn.md

Pull Request - State: closed - Opened by Cherrymelon almost 3 years ago

#47 - hash("key2") % 8 is 2!

Issue - State: closed - Opened by lucomsky almost 3 years ago - 3 comments

#46 - Interpreter/frame/frame_cn.md 图片解释疑问

Issue - State: closed - Opened by RyanHe123 about 3 years ago - 1 comment
Labels: bug

#45 - Interpreter/frame/frame_cn.md code->nfrees变量名问题

Issue - State: closed - Opened by RyanHe123 about 3 years ago - 1 comment
Labels: bug, CPython

#44 - 图错误

Issue - State: closed - Opened by qiaobz about 3 years ago - 1 comment
Labels: CPython

#43 - how pickle implemented in python3

Issue - State: closed - Opened by zpoint over 3 years ago
Labels: CPython, modules

#42 - 很多图挂了

Issue - State: open - Opened by yupeijei1997 over 3 years ago - 3 comments

#41 - Fixed a url path

Pull Request - State: closed - Opened by evoxtorm over 3 years ago

#40 - Contributions

Pull Request - State: closed - Opened by evoxtorm over 3 years ago

#39 - Update setup.py

Pull Request - State: closed - Opened by kkxue over 3 years ago
Labels: enhancement

#37 - update README_KR.md

Pull Request - State: closed - Opened by stevehan00 almost 4 years ago - 2 comments
Labels: hacktoberfest-accepted

#36 - C++ extension(integrate with NumPy/bypass the GIL)

Issue - State: closed - Opened by zpoint about 4 years ago
Labels: CPython

#35 - minor: gc文本矫正 imporr -> import

Pull Request - State: closed - Opened by ZhuoZhuoCrayon about 4 years ago

#34 - fix spell mistake

Pull Request - State: closed - Opened by hjlarry about 4 years ago

#33 - Python's compile phase -- AST to python byte code

Issue - State: closed - Opened by zpoint about 4 years ago
Labels: CPython, Interpreter

#32 - Python's compile phase -- CST TO AST

Issue - State: closed - Opened by zpoint about 4 years ago
Labels: CPython, Interpreter

#31 - 关注你这个很久了,是否考虑过弄个群?

Issue - State: open - Opened by 425776024 about 4 years ago - 5 comments

#30 - next是什么时候触发 `zombie`frame的

Issue - State: closed - Opened by Panlq about 4 years ago - 4 comments
Labels: question

#29 - Python's compile phase -- Grammar/MetaGrammar to DFA

Issue - State: closed - Opened by zpoint about 4 years ago
Labels: CPython, Interpreter

#28 - gc 最终会不会回收 实现了__del__方法的对象?

Issue - State: closed - Opened by Panlq over 4 years ago - 6 comments

#27 - Cython GIL - check_interval & interval

Issue - State: closed - Opened by Panlq over 4 years ago - 2 comments

#26 - Markdown code formatting

Issue - State: closed - Opened by cleoold over 4 years ago - 1 comment
Labels: enhancement

#25 - logo

Pull Request - State: closed - Opened by antoniasymeonidou over 4 years ago - 1 comment

#24 - How to convert code in Python into C

Issue - State: closed - Opened by kitescat over 4 years ago - 2 comments
Labels: question

#23 - fix some typos

Pull Request - State: closed - Opened by williamfzc over 4 years ago
Labels: typo

#22 - little endian and big endian

Issue - State: closed - Opened by MambaWong almost 5 years ago - 1 comment
Labels: bug

#21 - fix typo in list.md

Pull Request - State: closed - Opened by Birdi7 almost 5 years ago
Labels: typo

#20 - Add README_KR.md

Pull Request - State: closed - Opened by jenix21 almost 5 years ago - 1 comment
Labels: enhancement

#19 - tp_getattro 的分析存在问题

Issue - State: closed - Opened by Hanaasagi about 5 years ago - 1 comment
Labels: bug

#18 - 怎么理解 free_list 呢?

Issue - State: closed - Opened by chinesehuazhou about 5 years ago - 3 comments
Labels: question

#17 - python list implementation(timsort)

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: objects

#16 - profile python code and write pure C extension

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: CPython, Interpreter

#15 - PyObject(overview)

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: objects, CPython, Interpreter

#14 - python thread

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: CPython, modules, Interpreter

#13 - python __slots__

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: objects, CPython, Interpreter

#12 - python mro and metaclass

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: objects, CPython, Interpreter

#11 - python memory management

Issue - State: closed - Opened by zpoint about 5 years ago
Labels: CPython, Interpreter

#10 - the python garbage collection

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#9 - the python gil

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#8 - how does import work in python3(module object)

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#7 - how does exception handling work in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#6 - how does attribute access work in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#5 - code object in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#4 - how frame work in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, Interpreter

#3 - how regex work in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: CPython, modules

#2 - how int implemented in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: objects, CPython

#1 - how dict implemented in python3

Issue - State: closed - Opened by zpoint over 5 years ago
Labels: objects, CPython