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
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 }}
microsoft
/
mssql-python
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
473
Code
Issues
35
Pull requests
34
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
FIX: prevent GIL/mutex deadlock when logging under concurrent multithreaded use
- #678
#678
Merged
Gaurav Sharma (bewithgaurav)
merged 11 commits into
main
microsoft/mssql-python:main
from
bewithgaurav/fix-671-logging-deadlock
microsoft/mssql-python:bewithgaurav/fix-671-logging-deadlock
Copy head branch name to clipboard
Sep 1, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
FIX: prevent GIL/mutex deadlock when logging under concurrent multithreaded use
#678
Gaurav Sharma (bewithgaurav)
merged 11 commits into
main
microsoft/mssql-python:main
from
bewithgaurav/fix-671-logging-deadlock
microsoft/mssql-python:bewithgaurav/fix-671-logging-deadlock
Copy head branch name to clipboard
Commits
Commits on Jul 13, 2026
FIX: prevent GIL/mutex deadlock when logging under concurrent multithreaded use
Show description for f868597
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
f868597
View commit details
Copy full SHA for f868597
Browse repository at this point
Commits on Jul 14, 2026
FIX: keep closePools() change out of this PR, scope to the reported #671 paths
Show description for 19b927c
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
19b927c
View commit details
Copy full SHA for 19b927c
Browse repository at this point
Commits on Jul 15, 2026
Merge remote-tracking branch 'origin/main' into bewithgaurav/fix-671-logging-deadlock
Gaurav Sharma (bewithgaurav)
committed
f5e71a9
View commit details
Copy full SHA for f5e71a9
Browse repository at this point
CHORE: add regression tests for the #671 logging concurrency deadlock
Show description for 54b001a
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
54b001a
View commit details
Copy full SHA for 54b001a
Browse repository at this point
CHORE: fold #671 deadlock workload into the test file and lighten default run
Show description for 2abe624
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
2abe624
View commit details
Copy full SHA for 2abe624
Browse repository at this point
Commits on Aug 17, 2026
Merge origin/main into bewithgaurav/fix-671-logging-deadlock
Show description for 8abc250
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
8abc250
View commit details
Copy full SHA for 8abc250
Browse repository at this point
Commits on Aug 18, 2026
FIX: address #678 review - gate disconnect() logging on GIL, harden test spawn
Show description for 04e800b
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
04e800b
View commit details
Copy full SHA for 04e800b
Browse repository at this point
Commits on Aug 20, 2026
Merge branch 'main' into bewithgaurav/fix-671-logging-deadlock
Gaurav Sharma (bewithgaurav)
authored
aa2edc6
View commit details
Copy full SHA for aa2edc6
Browse repository at this point
Commits on Aug 24, 2026
Merge branch 'main' into bewithgaurav/fix-671-logging-deadlock
Subrata (subrata-ms)
authored
3d28a29
View commit details
Copy full SHA for 3d28a29
Browse repository at this point
Commits on Aug 31, 2026
FIX: use a lambda for the GIL-released env-handle init in allocateDbcHandle
Show description for 37812b9
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
37812b9
View commit details
Copy full SHA for 37812b9
Browse repository at this point
Merge origin/main into bewithgaurav/fix-671-logging-deadlock
Show description for bb4cc18
Gaurav Sharma (bewithgaurav)
and
Copilot
committed
bb4cc18
View commit details
Copy full SHA for bb4cc18
Browse repository at this point
You can’t perform that action at this time.