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
More thread-safe GC
- #529
#529
Merged
cjdoris
merged 23 commits into
main
JuliaPy/PythonCall.jl:main
from
safer-gc
JuliaPy/PythonCall.jl:safer-gc
Copy head branch name to clipboard
Aug 2, 2024
Conversation
Commits
23
(23)
Checks
Files changed
Merged
More thread-safe GC
#529
cjdoris
merged 23 commits into
main
JuliaPy/PythonCall.jl:main
from
safer-gc
JuliaPy/PythonCall.jl:safer-gc
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2024
slightly more thread safe gc
Christopher Doris
committed
f7421f8
View commit details
Copy full SHA for f7421f8
Browse repository at this point
Commits on Jul 29, 2024
use Channel not Vector and make disable/enable a no-op
Christopher Doris
committed
3bcd028
View commit details
Copy full SHA for 3bcd028
Browse repository at this point
Merge remote-tracking branch 'origin/main' into safer-gc
Christopher Doris
committed
1c516d6
View commit details
Copy full SHA for 1c516d6
Browse repository at this point
document GCHook
Christopher Doris
committed
8ca05c9
View commit details
Copy full SHA for 8ca05c9
Browse repository at this point
cannot lock channels on julia 1.6
Christopher Doris
committed
e230ce9
View commit details
Copy full SHA for e230ce9
Browse repository at this point
Commits on Jul 31, 2024
revert to using a vector for the queue
Christopher Doris
committed
a36d7c0
View commit details
Copy full SHA for a36d7c0
Browse repository at this point
restore test script
Christopher Doris
committed
a5a2c96
View commit details
Copy full SHA for a5a2c96
Browse repository at this point
Commits on Aug 1, 2024
combine queue into a single item
Christopher Doris
committed
f021072
View commit details
Copy full SHA for f021072
Browse repository at this point
prefer Fix2 over anonymous function
Christopher Doris
committed
4b3bd65
View commit details
Copy full SHA for 4b3bd65
Browse repository at this point
update docs
Christopher Doris
committed
56aa9bc
View commit details
Copy full SHA for 56aa9bc
Browse repository at this point
test multithreaded
Christopher Doris
committed
4fdcf31
View commit details
Copy full SHA for 4fdcf31
Browse repository at this point
test gc from python
Christopher Doris
committed
9051769
View commit details
Copy full SHA for 9051769
Browse repository at this point
add gc tests
Christopher Doris
committed
13cc346
View commit details
Copy full SHA for 13cc346
Browse repository at this point
fix test
Christopher Doris
committed
45bc71f
View commit details
Copy full SHA for 45bc71f
Browse repository at this point
Commits on Aug 2, 2024
add deprecation warnings
Christopher Doris
committed
4ec7def
View commit details
Copy full SHA for 4ec7def
Browse repository at this point
safer locking (plus explanatory comments)
Christopher Doris
committed
eb6b9f0
View commit details
Copy full SHA for eb6b9f0
Browse repository at this point
ref of weakref
Christopher Doris
committed
a68015e
View commit details
Copy full SHA for a68015e
Browse repository at this point
SpinLock -> ReentrantLock
Christopher Doris
committed
ab560ac
View commit details
Copy full SHA for ab560ac
Browse repository at this point
SpinLock -> ReentrantLock
Christopher Doris
committed
cd4db5c
View commit details
Copy full SHA for cd4db5c
Browse repository at this point
typo: testset -> testitem
Christopher Doris
committed
31cd57d
View commit details
Copy full SHA for 31cd57d
Browse repository at this point
delete redundant test
Christopher Doris
committed
73f7eb8
View commit details
Copy full SHA for 73f7eb8
Browse repository at this point
remove out of date comment
Christopher Doris
committed
2a54ca9
View commit details
Copy full SHA for 2a54ca9
Browse repository at this point
comment erroneous test
Christopher Doris
committed
ca64d21
View commit details
Copy full SHA for ca64d21
Browse repository at this point
You can’t perform that action at this time.