git clone htt''ps://github.com/python-pillow/Pillow
cd Pillow
files-to-prompt -c . -e .py -e c -e h | \
llm -m gemini-2.0-pro-exp-02-05 \
-s 'Explain how Pillow interacts with the Python GIL - include example code snippets as part of your explanation'

https://gist.github.com/simonw/5d8e94be21e407ae8352c143b8d6b683

Comments