News

No Python code is supposed to have access to an object that has tp_clear called on it. GH-136189 should make it so the example code doesn't crash, even with the old function tp_clear logic. I didn't ...
The repr_llm package introduces the idea that python objects can emit a rich representation for LLM consumption. With the advent of OpenAI's Code Interpreter, Noteable plugin for ChatGPT, and ...