サンプル
structlog 26.1.0: Inject context variables into structlog loggers with merge_contextvars, scoped lifecycles, and asynchronous task isolation
検証済みサンプル — pypi structlog 26.1.0: Inject context variables into structlog loggers with merge_contextvars, scoped lifecycles, and asynchronous task isolation.…
sha256:6dec637d6343afe74048a5fc63a4dfef59e139a0fac7ba3e70880f3c05d653fa
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
python linux x64 python python pip
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| python 3.12 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1 |
2026-08-17 |
| python 3.12 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1 |
2026-08-18 |
ケース
HOW- ゴール
- Inject context variables into structlog loggers with merge_contextvars, scoped lifecycles, and asynchronous task isolation
- パッケージ
- シンボル
-
- structlog.contextvars.merge_contextvars
- structlog.contextvars.bind_contextvars
- structlog.contextvars.bound_contextvars
- structlog.contextvars.reset_contextvars
- structlog.contextvars.unbind_contextvars
- structlog.contextvars.clear_contextvars
- structlog.contextvars.get_contextvars
- structlog.contextvars.get_merged_contextvars
- 環境
- python
- 作成日
- 2026-08-17T19:44:47Z
コントラクト
- Calling bind_contextvars has no effect on log output unless merge_contextvars is explicitly present in the processor chain, and bound logger fields override conflicting context variables.
- bound_contextvars restores previous context values upon block exit or exception while preserving unrelated keys.
- reset_contextvars with tokens returned by bind_contextvars restores previous variable bindings.
- unbind_contextvars deletes specified keys and clear_contextvars removes all context variables.
- get_merged_contextvars returns current contextvars merged with bound logger context without mutating either.
- Concurrent asyncio tasks inherit parent contextvars but mutate their context in complete isolation without leaking to siblings or the parent.
ファイル
- NOTES.md
- csx.json
- pyproject.toml
- requirements.lock
- requirements.txt
- test/contract.py