I once worked on project that needed a DSL implemented over pytest to let developers access a db ergonomically. I told the guy working on it that pytest has an advanced hook system, and he should read the docs.
After implementing the feature (using all kinds of CPython/pytest internals and hacks), the guy read the docs and said: "Yeah! We should absolutely rewrite this the right way!"
After implementing the feature (using all kinds of CPython/pytest internals and hacks), the guy read the docs and said: "Yeah! We should absolutely rewrite this the right way!"
Never happened...