Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fgmacedo
/
python-statemachine
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
109
Star
1.3k
Code
Issues
7
Pull requests
2
Discussions
Actions
Security and quality
4
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
chore: eliminate test warnings (deps upgrade + coroutine fixes)
- #577
#577
Merged
fgmacedo
merged 7 commits into
develop
fgmacedo/python-statemachine:develop
from
chore/fix-test-warnings
fgmacedo/python-statemachine:chore/fix-test-warnings
Copy head branch name to clipboard
Feb 21, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
chore: eliminate test warnings (deps upgrade + coroutine fixes)
#577
fgmacedo
merged 7 commits into
develop
fgmacedo/python-statemachine:develop
from
chore/fix-test-warnings
fgmacedo/python-statemachine:chore/fix-test-warnings
Copy head branch name to clipboard
Commits
Commits on Feb 21, 2026
chore: eliminate ~1900 test warnings by upgrading deps and fixing deprecated usage
Show description for 95eb460
fgmacedo
committed
95eb460
View commit details
Copy full SHA for 95eb460
Browse repository at this point
fix: use BoundEvent.put() in engine error handlers to avoid unawaited coroutine warnings
Show description for 2347a32
fgmacedo
committed
2347a32
View commit details
Copy full SHA for 2347a32
Browse repository at this point
fix: await async send() in invoke handlers to avoid unawaited coroutine warnings
Show description for a820fef
fgmacedo
committed
a820fef
View commit details
Copy full SHA for a820fef
Browse repository at this point
fix: use BoundEvent.put() for error.communication in SCXML send actions
Show description for 326863d
fgmacedo
committed
326863d
View commit details
Copy full SHA for 326863d
Browse repository at this point
fix: schedule unawaited coroutine in send_to_parent with ensure_future
Show description for fc3846a
fgmacedo
committed
fc3846a
View commit details
Copy full SHA for fc3846a
Browse repository at this point
fix: skip DummyThread in leaked-thread check (Python 3.9-3.11 compat)
Show description for dce4642
fgmacedo
committed
dce4642
View commit details
Copy full SHA for dce4642
Browse repository at this point
fix(test): use invoke_group in test_multiple_invokes to avoid race
Show description for e7812d9
fgmacedo
committed
e7812d9
View commit details
Copy full SHA for e7812d9
Browse repository at this point
You can’t perform that action at this time.