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 }}
quantfns
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
runtime
classmanager.cs
on
skip-while-initializing
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2021
fixed minor warnings
lostmsu
committed
d7d5cb7
View commit details
Copy full SHA for d7d5cb7
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
fixed __pyobj__ access
lostmsu
committed
e422367
View commit details
Copy full SHA for e422367
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
GC-related WIP
lostmsu
committed
48c0dfc
View commit details
Copy full SHA for 48c0dfc
View code at this point
Browse repository at this point
Commits on Nov 2, 2021
use a special class to stub .NET types that no longer exist after a domain reload
lostmsu
committed
cb4bb9a
View commit details
Copy full SHA for cb4bb9a
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
EventObject no longer used for static events. EventBinding is constructed directly instead.
Show description for b1c9f5b
lostmsu
committed
b1c9f5b
View commit details
Copy full SHA for b1c9f5b
View code at this point
Browse repository at this point
can't really clear managed references to Python objects from ManagedType instances, unless they are per-alloc call
Show description for a610aa3
lostmsu
committed
a610aa3
View commit details
Copy full SHA for a610aa3
View code at this point
Browse repository at this point
removed DisposePythonWrappersForClrTypes
Show description for d5f1c48
lostmsu
committed
d5f1c48
View commit details
Copy full SHA for d5f1c48
View code at this point
Browse repository at this point
WIP 2
lostmsu
committed
48078b3
View commit details
Copy full SHA for 48078b3
View code at this point
Browse repository at this point
WIP
lostmsu
committed
7ed0c7a
View commit details
Copy full SHA for 7ed0c7a
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
assume remaning manual refcounting is not needed, because we use smart references
lostmsu
committed
581f695
View commit details
Copy full SHA for 581f695
View code at this point
Browse repository at this point
switched state serialization to new reference types (untested)
lostmsu
committed
7a9e411
View commit details
Copy full SHA for 7a9e411
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
partially switched classmanager.cs to the new style references
lostmsu
committed
ee65632
View commit details
Copy full SHA for ee65632
View code at this point
Browse repository at this point
switched classmanager.cs to the new style references
lostmsu
committed
58cb0e6
View commit details
Copy full SHA for 58cb0e6
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
switched most of classbase.cs to the new style references (except cross-domain context)
lostmsu
committed
f8b761a
View commit details
Copy full SHA for f8b761a
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
make .NET objects that have __call__ method callable from Python (#1589)
Show description for bc3265d
lostmsu
authored
bc3265d
View commit details
Copy full SHA for bc3265d
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
When reflecting nested types, ensure their corresponding PyType is allocated.
Show description for f857d59
lostmsu
committed
f857d59
View commit details
Copy full SHA for f857d59
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
ClassManager illegally decrefed ClassObject's refcount on shutdown
Show description for 2679c19
lostmsu
committed
2679c19
View commit details
Copy full SHA for 2679c19
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
allow substituting base types for CLR types (as seen from Python)
Show description for d3c6942
lostmsu
committed
d3c6942
View commit details
Copy full SHA for d3c6942
View code at this point
Browse repository at this point
Commits on May 15, 2021
merge latest master
lostmsu
committed
67bd1c2
View commit details
Copy full SHA for 67bd1c2
View code at this point
Browse repository at this point
use PyType instances instead of raw pointers in TypeManager type cache and ConstructorBinding instances
lostmsu
committed
21169db
View commit details
Copy full SHA for 21169db
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
reworked `PythonException`:
Show description for c0fe430
lostmsu
committed
c0fe430
View commit details
Copy full SHA for c0fe430
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
reworked Enum marshaling
Show description for 6379221
lostmsu
committed
6379221
View commit details
Copy full SHA for 6379221
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
WIP: use C# 9 function pointers for PInvoke
lostmsu
committed
972c41d
View commit details
Copy full SHA for 972c41d
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
Support comparison operators (#1347)
christabella
authored
e44aa46
View commit details
Copy full SHA for e44aa46
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
Support changes to CLR code when domain reloads
Show description for d6c0081
3 people
authored
d6c0081
View commit details
Copy full SHA for d6c0081
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
Operator overloads support (#1324)
Show description for 9f01ebb
christabella
and
lostmsu
authored
9f01ebb
View commit details
Copy full SHA for 9f01ebb
View code at this point
Browse repository at this point
Commits on Nov 17, 2020
Ensure methods of Object are also available on interface objects (#1284)
danabr
authored
7870a9f
View commit details
Copy full SHA for 7870a9f
View code at this point
Browse repository at this point
Commits on Nov 6, 2020
Add intern string and PyIdentifier (#1254)
Show description for d0c588b
amos402
authored
d0c588b
View commit details
Copy full SHA for d0c588b
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Merge branch 'master' into soft-shutdown
amos402
authored
8d00e4c
View commit details
Copy full SHA for 8d00e4c
View code at this point
Browse repository at this point
Make it possible to use inherited indexers
Show description for c79be84
danabr
authored and
lostmsu
committed
c79be84
View commit details
Copy full SHA for c79be84
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
Revert previous commit "Add cleaunp to class info"
Show description for 7e5ab52
BadSingleton
committed
7e5ab52
View commit details
Copy full SHA for 7e5ab52
View code at this point
Browse repository at this point
fixup! Add cleanup to ClassInfo
BadSingleton
committed
ba1df6e
View commit details
Copy full SHA for ba1df6e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'amos/soft-shutdown' into soft-shutdown-review-comments
BadSingleton
committed
0af3504
View commit details
Copy full SHA for 0af3504
View code at this point
Browse repository at this point
Update comment of `ClassManager.RemoveClasses`
amos402
committed
fd2b662
View commit details
Copy full SHA for fd2b662
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Add cleanup to ClassInfo
Show description for d2408b9
BadSingleton
committed
d2408b9
View commit details
Copy full SHA for d2408b9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.