Python: Add syntactic support for yield in contextlib.contextmanager

This commit is contained in:
Rasmus Wriedt Larsen
2023-10-17 09:51:20 +02:00
parent 2399793c8a
commit 2bf4c32433
3 changed files with 31 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added support for functions decorated with `contextlib.contextmanager`.