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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-116738: Make _csv module thread-safe
- #118344
#118344
Merged
kumaraditya303
merged 17 commits into
python:main
python/cpython:main
from
aisk:csv-thread-safe
aisk/cpython:csv-thread-safe
Copy head branch name to clipboard
Oct 11, 2024
Conversation
Commits
17
(17)
Checks
Files changed
Merged
gh-116738: Make _csv module thread-safe
#118344
kumaraditya303
merged 17 commits into
python:main
python/cpython:main
from
aisk:csv-thread-safe
aisk/cpython:csv-thread-safe
Copy head branch name to clipboard
Commits
Commits on Apr 27, 2024
Make the filed_limit thread safe
aisk
committed
eeba1c2
View commit details
Copy full SHA for eeba1c2
Browse repository at this point
Make dialects fields on module state thread safe
aisk
committed
40e71a8
View commit details
Copy full SHA for 40e71a8
Browse repository at this point
Utilize FT_ATOMIC_LOAD_INT32
aisk
committed
c77750f
View commit details
Copy full SHA for c77750f
Browse repository at this point
Remove critical section on `dialects` field
aisk
committed
6fbcb9f
View commit details
Copy full SHA for 6fbcb9f
Browse repository at this point
Commits on Apr 29, 2024
Totally revert the change to csv_register_dialect
aisk
committed
60753f1
View commit details
Copy full SHA for 60753f1
Browse repository at this point
Revert field_limit to long, and add atomic api for it
aisk
committed
64b7d20
View commit details
Copy full SHA for 64b7d20
Browse repository at this point
Add _Py_atomic_load_long for other platforms
aisk
committed
1de333e
View commit details
Copy full SHA for 1de333e
Browse repository at this point
Commits on May 15, 2024
Merge branch 'main' into csv-thread-safe
aisk
authored
7bbfd36
View commit details
Copy full SHA for 7bbfd36
Browse repository at this point
Revert the type change to old_limit
aisk
committed
0a41927
View commit details
Copy full SHA for 0a41927
Browse repository at this point
Using atomic_store instead of critical_section
aisk
committed
f413092
View commit details
Copy full SHA for f413092
Browse repository at this point
Update clinic generated files
aisk
committed
6c40b59
View commit details
Copy full SHA for 6c40b59
Browse repository at this point
Commits on May 17, 2024
Apply suggestions from code review
aisk
authored
a79cf88
View commit details
Copy full SHA for a79cf88
Browse repository at this point
Commits on Jul 10, 2024
Merge branch 'main' into csv-thread-safe
aisk
authored
1f03de1
View commit details
Copy full SHA for 1f03de1
Browse repository at this point
Change field_limit to Py_ssize_t
aisk
committed
3739c46
View commit details
Copy full SHA for 3739c46
Browse repository at this point
Remove atomic functions for long type
aisk
committed
850bf2a
View commit details
Copy full SHA for 850bf2a
Browse repository at this point
Fix types
aisk
committed
bfbfc56
View commit details
Copy full SHA for bfbfc56
Browse repository at this point
Commits on Jul 14, 2024
Fix the return type of field_size_limit
aisk
committed
d73b827
View commit details
Copy full SHA for d73b827
Browse repository at this point
You can’t perform that action at this time.