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
make python GC always run on thread 1
- #520
#520
Closed
ericphanson
wants to merge 14 commits into
JuliaPy:main
JuliaPy/PythonCall.jl:main
from
ericphanson:eph/gc
ericphanson/PythonCall.jl:eph/gc
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
make python GC always run on thread 1
#520
ericphanson
wants to merge 14 commits into
JuliaPy:main
JuliaPy/PythonCall.jl:main
from
ericphanson:eph/gc
ericphanson/PythonCall.jl:eph/gc
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2024
make python GC always run on thread 1
ericphanson
committed
5472d8b
View commit details
Copy full SHA for 5472d8b
Browse repository at this point
unnecessary
ericphanson
committed
4cb1b46
View commit details
Copy full SHA for 4cb1b46
Browse repository at this point
update docstrings
ericphanson
committed
d34ef10
View commit details
Copy full SHA for d34ef10
Browse repository at this point
use `Base.@lock` for nicer syntax
ericphanson
committed
433d928
View commit details
Copy full SHA for 433d928
Browse repository at this point
use `errormonitor` conditionally
ericphanson
committed
364a6f8
View commit details
Copy full SHA for 364a6f8
Browse repository at this point
up
ericphanson
committed
1325e75
View commit details
Copy full SHA for 1325e75
Browse repository at this point
Commits on Jul 11, 2024
add comment
ericphanson
committed
e3a28fb
View commit details
Copy full SHA for e3a28fb
Browse repository at this point
Commits on Jul 13, 2024
add some instrumentation
ericphanson
committed
0271a9c
View commit details
Copy full SHA for 0271a9c
Browse repository at this point
improve single-thread performance
ericphanson
committed
49f736e
View commit details
Copy full SHA for 49f736e
Browse repository at this point
don't forget the GIL
ericphanson
committed
2584d15
View commit details
Copy full SHA for 2584d15
Browse repository at this point
Commits on Jul 14, 2024
test multithreaded in CI
ericphanson
committed
854e8e9
View commit details
Copy full SHA for 854e8e9
Browse repository at this point
add comments, test multithreaded
ericphanson
committed
dbdad78
View commit details
Copy full SHA for dbdad78
Browse repository at this point
cleanup GC code (add comments, delete old code)
ericphanson
committed
6f42fc5
View commit details
Copy full SHA for 6f42fc5
Browse repository at this point
turn on signal handling for multithreaded julia
ericphanson
committed
d84bb1b
View commit details
Copy full SHA for d84bb1b
Browse repository at this point
You can’t perform that action at this time.