pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.49k stars 524 forks source link

Deepcopy the machine to avoid sharing references to callbacks #511

Closed thedrow closed 3 years ago

thedrow commented 3 years ago

Fixes #509.