summaryrefslogtreecommitdiffstats
path: root/Include/cpython/genobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)Irit Katriel2024-06-241-30/+3
* gh-106320: Move private _PyGen API to the internal C API (#107032)Victor Stinner2023-07-221-6/+0
* GH-102181: Improve specialization stats for SEND (GH-102182)penguin_wwy2023-05-101-0/+2
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-231-3/+2
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-161-4/+4
* bpo-47045: Remove `f_state` field (GH-31963)Mark Shannon2022-03-221-1/+1
* bpo-45316: Move private functions to internal C API (GH-31579)Victor Stinner2022-02-251-4/+0
* bpo-46409: Make generators in bytecode (GH-30633)Mark Shannon2022-01-201-1/+0
* bpo-45963: Make space for the InterpreterFrame of a generator in that generat...Mark Shannon2021-12-061-15/+8
* bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)Victor Stinner2021-10-151-0/+100