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
managedtype.cs
on
skip-while-initializing
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 15, 2021
fixed all warnings except explicit ones
Show description for ac74383
lostmsu
committed
ac74383
View commit details
Copy full SHA for ac74383
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
fixed Python derived types trying to double-free GCHandle when collected by Python GC
lostmsu
committed
0325a8c
View commit details
Copy full SHA for 0325a8c
View code at this point
Browse repository at this point
made freeing GCHandles more robust
lostmsu
committed
ab11fa2
View commit details
Copy full SHA for ab11fa2
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
assert check in GetUnmanagedBaseType for null base
lostmsu
committed
d3e4fba
View commit details
Copy full SHA for d3e4fba
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
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
fixed uses of Marshal.Read/Marshal.Write overloads with first argument of type object
Show description for fe4c481
lostmsu
committed
fe4c481
View commit details
Copy full SHA for fe4c481
View code at this point
Browse repository at this point
workaround for analyzer not permitting copying a reference as the last access to it
lostmsu
committed
c4909d4
View commit details
Copy full SHA for c4909d4
View code at this point
Browse repository at this point
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 managedtype.cs to the new style references
lostmsu
committed
f6b84da
View commit details
Copy full SHA for f6b84da
View code at this point
Browse repository at this point
mass enable nullable types
lostmsu
committed
2e71874
View commit details
Copy full SHA for 2e71874
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
switched arrayobject.cs to the new style references
lostmsu
committed
ff60ec4
View commit details
Copy full SHA for ff60ec4
View code at this point
Browse repository at this point
mostly switched moduleobject.cs to the new style references
lostmsu
committed
1b58cf4
View commit details
Copy full SHA for 1b58cf4
View code at this point
Browse repository at this point
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 Sep 23, 2021
merge latest master
lostmsu
committed
6ae373c
View commit details
Copy full SHA for 6ae373c
View code at this point
Browse repository at this point
added a few debug guards
lostmsu
committed
70b684a
View commit details
Copy full SHA for 70b684a
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
added a workaround for tp_clear implementations, that do not check, that they are not the first in tp_clear's MRO
Show description for 197689e
lostmsu
committed
197689e
View commit details
Copy full SHA for 197689e
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
call tp_clear (if any) of base unmanaged type when a reflected CLR object instance is cleared
Show description for 2ef6b50
lostmsu
committed
2ef6b50
View commit details
Copy full SHA for 2ef6b50
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 24, 2021
Replaced magic offsets with per-type calculation
Show description for daccc43
lostmsu
committed
daccc43
View commit details
Copy full SHA for daccc43
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
improved handling of dict offset in object instances
lostmsu
committed
6819e7b
View commit details
Copy full SHA for 6819e7b
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
merge latest master
lostmsu
committed
257a765
View commit details
Copy full SHA for 257a765
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
TypeFlags is an enum
lostmsu
committed
6e1eea6
View commit details
Copy full SHA for 6e1eea6
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 Dec 18, 2020
Fix illegal delegate usage (#1328)
Show description for 9307bb3
BadSingleton
authored
9307bb3
View commit details
Copy full SHA for 9307bb3
View code at this point
Browse repository at this point
Commits on Nov 24, 2020
allow creating new .NET arrays from Python using Array[T](dim1, dim2, ...) syntax
Show description for 182faed
lostmsu
committed
182faed
View commit details
Copy full SHA for 182faed
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
3203457
View commit details
Copy full SHA for 3203457
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Return eleements of interface arrays as interface objects
Show description for a74664c
danabr
committed
a74664c
View commit details
Copy full SHA for a74664c
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Remove TODOS
Show description for 4ba50a7
BadSingleton
committed
4ba50a7
View commit details
Copy full SHA for 4ba50a7
View code at this point
Browse repository at this point
Commits on Aug 20, 2020
Rename PyObjectSerializeContext
Show description for 3a8c72d
BadSingleton
committed
3a8c72d
View commit details
Copy full SHA for 3a8c72d
View code at this point
Browse repository at this point
Add IsTypeObject to Managed type
Show description for 0fdf969
BadSingleton
committed
0fdf969
View commit details
Copy full SHA for 0fdf969
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
* Move fields of ManagedDataOffsets into nested type
Show description for 8c8d66e
amos402
committed
8c8d66e
View commit details
Copy full SHA for 8c8d66e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.