Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

v1.2.3

Latest
Compare
Choose a tag to compare
@dbieber dbieber released this 07 Oct 15:55
· 9 commits to main since this release
44c15b9

get_start_control_flow_node, next_from_end, raise edges, and labels in branches (#6)

* Adds get_start_control_flow_node to ControlFlowGraph
* Adds next_from_end to ControlFlowNode
* Uses labels (e.g. '<exit>' and '<raise>' strings) to indicate these special nodes
* Support keyword only arguments without defaults
* Add non-interrupting edges from raise statements
* Bump version number