summaryrefslogtreecommitdiffstats
path: root/Python/optimizer.c
Commit message (Expand)AuthorAgeFilesLines
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-3/+5
* GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)Mark Shannon2023-06-051-11/+18
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+254