fgmacedo / python-statemachine

Python Finite State Machines made easy.
MIT License
854 stars 84 forks source link

Fixes issue 443 #444

Closed jsbueno closed 3 months ago

jsbueno commented 3 months ago

https://github.com/fgmacedo/python-statemachine/issues/443

Uses new_event_loop call when there is no running asyncio event_loop, instead of deprecated get_event_loop.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

fgmacedo commented 3 months ago

Closed in favor of https://github.com/fgmacedo/python-statemachine/pull/445 which was based on this branch.