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
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 }}
Shimuuar
/
inline-python
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
18
Code
Issues
8
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add runPyAsync
- #41
#41
Merged
Shimuuar
merged 15 commits into
master
Shimuuar/inline-python:master
from
runAsync
Shimuuar/inline-python:runAsync
Copy head branch name to clipboard
Aug 23, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add runPyAsync
#41
Shimuuar
merged 15 commits into
master
Shimuuar/inline-python:master
from
runAsync
Shimuuar/inline-python:runAsync
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
Add runPyAsync for running python code asynchronously
Shimuuar
committed
239da09
View commit details
Copy full SHA for 239da09
Browse repository at this point
Add API modelled after async library with support of cancelling
Show description for ab2f204
Shimuuar
committed
ab2f204
View commit details
Copy full SHA for ab2f204
Browse repository at this point
Commits on Aug 20, 2026
Add tests for cancelling python
Shimuuar
committed
0ead691
View commit details
Copy full SHA for 0ead691
Browse repository at this point
Amend NOTE on concurrency
Shimuuar
committed
aac39be
View commit details
Copy full SHA for aac39be
Browse repository at this point
Implement cancelPy correctly
Show description for 1a71757
Shimuuar
committed
1a71757
View commit details
Copy full SHA for 1a71757
Browse repository at this point
Commits on Aug 21, 2026
Better error message
Shimuuar
committed
dc3aec2
View commit details
Copy full SHA for dc3aec2
Browse repository at this point
Python<=3.11 have no exception object when interrupted
Shimuuar
committed
794633f
View commit details
Copy full SHA for 794633f
Browse repository at this point
Typo in name
Shimuuar
committed
6745d82
View commit details
Copy full SHA for 6745d82
Browse repository at this point
Commits on Aug 22, 2026
Hopefully proper fix for cancelPy
Show description for 362e982
Shimuuar
committed
362e982
View commit details
Copy full SHA for 362e982
Browse repository at this point
Commits on Aug 23, 2026
Add -rtsopts to test suites
Show description for fdc209f
Shimuuar
committed
fdc209f
View commit details
Copy full SHA for fdc209f
Browse repository at this point
We don't need runInBoundThread here
Show description for 31819a3
Shimuuar
committed
31819a3
View commit details
Copy full SHA for 31819a3
Browse repository at this point
Document and clean up async code
Shimuuar
committed
997a0d4
View commit details
Copy full SHA for 997a0d4
Browse repository at this point
Warnings
Shimuuar
committed
0e95241
View commit details
Copy full SHA for 0e95241
Browse repository at this point
Make MonadIO release GIL
Shimuuar
committed
a0542ac
View commit details
Copy full SHA for a0542ac
Browse repository at this point
Reenable test for interrupting haskell
Shimuuar
committed
8fcc8f4
View commit details
Copy full SHA for 8fcc8f4
Browse repository at this point
You can’t perform that action at this time.