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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
JuliaPy
/
PythonCall.jl
Public
Notifications
You must be signed in to change notification settings
Fork
84
Star
1.1k
Code
Issues
179
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Race condition defences
- #635
#635
Closed
MilesCranmer
wants to merge 15 commits into
JuliaPy:main
JuliaPy/PythonCall.jl:main
from
MilesCranmer:fix-segfault
MilesCranmer/PythonCall.jl:fix-segfault
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
Race condition defences
#635
MilesCranmer
wants to merge 15 commits into
JuliaPy:main
JuliaPy/PythonCall.jl:main
from
MilesCranmer:fix-segfault
MilesCranmer/PythonCall.jl:fix-segfault
Copy head branch name to clipboard
Commits
Commits on Jul 6, 2025
fix: lock various methods
MilesCranmer
committed
2eca398
View commit details
Copy full SHA for 2eca398
Browse repository at this point
fix: safer PYJLVALUES
MilesCranmer
committed
129fda4
View commit details
Copy full SHA for 129fda4
Browse repository at this point
switch to Lockable
MilesCranmer
committed
32c5b7a
View commit details
Copy full SHA for 32c5b7a
Browse repository at this point
better names
MilesCranmer
committed
f48c80a
View commit details
Copy full SHA for f48c80a
Browse repository at this point
safer module access
MilesCranmer
committed
ea68cd6
View commit details
Copy full SHA for ea68cd6
Browse repository at this point
undo changes to juliapkg.json
MilesCranmer
committed
e5a5fcf
View commit details
Copy full SHA for e5a5fcf
Browse repository at this point
AbstractLock undefined on 1.10
MilesCranmer
committed
8d82e2a
View commit details
Copy full SHA for 8d82e2a
Browse repository at this point
avoid locking in generated function preamble
MilesCranmer
committed
53a8e80
View commit details
Copy full SHA for 53a8e80
Browse repository at this point
avoid generated function caching
MilesCranmer
committed
82f7f4a
View commit details
Copy full SHA for 82f7f4a
Browse repository at this point
comment out unused methods; but leave in case needed
MilesCranmer
committed
551bf33
View commit details
Copy full SHA for 551bf33
Browse repository at this point
Commits on Jul 7, 2025
add global locking utility
MilesCranmer
committed
c05a22f
View commit details
Copy full SHA for c05a22f
Browse repository at this point
remove check that GC queue must not be empty
MilesCranmer
committed
4a772eb
View commit details
Copy full SHA for 4a772eb
Browse repository at this point
Revert "remove check that GC queue must not be empty"
Show description for 95d9e41
MilesCranmer
committed
95d9e41
View commit details
Copy full SHA for 95d9e41
Browse repository at this point
Revert "add global locking utility"
Show description for d798710
MilesCranmer
committed
d798710
View commit details
Copy full SHA for d798710
Browse repository at this point
Commits on Jul 10, 2025
feat: create ErrorLockable for erroring upon multithreaded access
MilesCranmer
committed
15bb7e6
View commit details
Copy full SHA for 15bb7e6
Browse repository at this point
You can’t perform that action at this time.