Cecil Curry
Cecil Curry
Wonderful @beartype user @taranlu-houzz [recently hit a snag with the `beartype.claw.beartype_package()` import hook silently reducing to a noop](https://github.com/beartype/beartype/discussions/434#discussioncomment-10709803). Since @beartype currently provides *no* official means of externally tracing (i.e., printing,...
**Here, here!** The dishonorable @leycec presiding. I call upon all good Gentooers to attend the first and final meeting of Raiagent, the Gentoo overlay you are currently looking at. That's...
Hybrid runtime-static type-checking @beartype maintainer @leycec here. Because we live on the worst timeline, @beartype users like @pablovela5620 *pour one out for Austin Texas* are now [futilely attempting to integrate...
Courtesy the `typing` guru twins @davidfstr and @erictraut at python/mypy#19227, `beartype.door.is_subhint(Any, str | None)` currently returns `False` but should instead return `True`. Thankfully, this should be trivial for us to...
This feature request for a new third-party @beartype-affiliated `beartyping` package comes courtesy @JWCS [over here](https://github.com/beartype/beartype/issues/519#issuecomment-2842485201). The conceit here is that standard-issue `typing` and `collections.abc` type hints suck at runtime, because...
Professional `typing` guru @minmax just [identified a hard blocker](https://github.com/beartype/beartype/issues/319#issuecomment-2336851762) for @beartype 0.19.0. [PEP 692](https://peps.python.org/pep-0692), which @beartype currently fails to support, now causes @beartype to raise unreadable exceptions: e.g., ```python from...
For safety, the `@beartype` decorator currently refuses to consume one-shot containers like generator functions. While both sensible and unavoidable, this has the pernicious side effect of preventing @beartype from deeply...
Allow me to [narcissistically self-quote myself](https://github.com/beartype/beartype/discussions/572#discussioncomment-14865238) on [PEP 810](https://peps.python.org/pep-0810/#semantics). For the most part, @beartype should transparently support almost all of PEP 810 without any further heavy lifting on @beartype's part....
### Discussed in https://github.com/beartype/beartype/discussions/564 Originally posted by **Glinte** October 19, 2025 This was a question, but I figured it out while typing. Half finished question below --- Basically I have...
This feature request is just a helpful reminder to myself that the @beartype test suite should be validating documentation-embedded code blocks with a `pytest` integration test backed by [Sybil](https://sybil.readthedocs.io/en/latest/quickstart.html) –...