support user-defined context managers #75
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#75
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently (
d6f0607ff0
) fails with:See also: https://github.com/m-labs/artiq/issues/1478
Needed by DMA (
artiq.coredevice.dma
).We need to do something about the
__exit__
signature for@portable
context managers.See this workaround with
*exc_info
(currently NAC3 ignores varargs):125572b553 (diff-59df9cc96c1fa2c93ec7f1ef110ca55b4eb066b4d8aa7d81e61a9d42ced249acR213)