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 }}
DEVBOX10
/
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
clrobject.cs
on
fix-enum-codec
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 25, 2021
use NonCopyableAnalyzer 0.7.0-m05
Show description for a86994f
lostmsu
committed
a86994f
View commit details
Copy full SHA for a86994f
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
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 20, 2021
increfs in OnSave are no longer necessary with the new references
lostmsu
committed
a1427ac
View commit details
Copy full SHA for a1427ac
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
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
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
switched converter.cs to the new style references
lostmsu
committed
2d33902
View commit details
Copy full SHA for 2d33902
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 Jul 7, 2021
added DebuggerDisplay to CLRObject
lostmsu
committed
d300111
View commit details
Copy full SHA for d300111
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
minor code cleanup
lostmsu
committed
e5bce06
View commit details
Copy full SHA for e5bce06
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 Dec 18, 2020
a few extra assertions
lostmsu
committed
039b3ca
View commit details
Copy full SHA for 039b3ca
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 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
Commits on Jun 16, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
f85999e
View commit details
Copy full SHA for f85999e
View code at this point
Browse repository at this point
Commits on May 16, 2020
Improve performance of unwrapping .NET objects passed from Python (#930)
Show description for 4a92d80
filmor
and
lostmsu
authored
4a92d80
View commit details
Copy full SHA for 4a92d80
View code at this point
Browse repository at this point
Commits on May 13, 2020
check if PyObject.Dispose throws any Python exceptions
lostmsu
committed
72fae73
View commit details
Copy full SHA for 72fae73
View code at this point
Browse repository at this point
Commits on May 1, 2020
Removes new object.GetRawPythonProxy extension method in favor of existing PyObject.FromManagedObject (#1132)
Show description for 2e0874a
lostmsu
authored
2e0874a
View commit details
Copy full SHA for 2e0874a
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Merge branch 'master' into soft-shutdown
amos402
committed
1428af3
View commit details
Copy full SHA for 1428af3
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
* Fix refcnt error of MethodBinding
Show description for 08fad26
amos402
committed
08fad26
View commit details
Copy full SHA for 08fad26
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
adds extension object.GetRawPythonProxy() (#1078)
Show description for 653a932
lostmsu
authored
653a932
View commit details
Copy full SHA for 653a932
View code at this point
Browse repository at this point
Commits on Feb 24, 2020
* Classify runtime data
Show description for 39f47c8
amos402
committed
39f47c8
View commit details
Copy full SHA for 39f47c8
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
* Serialize CLRObject
Show description for 80d4fa0
amos402
committed
80d4fa0
View commit details
Copy full SHA for 80d4fa0
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Add basic `reload` shutdown mode
amos402
committed
bf3d9f8
View commit details
Copy full SHA for bf3d9f8
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Add soft shutdown
amos402
committed
4e19a4f
View commit details
Copy full SHA for 4e19a4f
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
Convert all line endings to Unix format
filmor
committed
e0f47ba
View commit details
Copy full SHA for e0f47ba
View code at this point
Browse repository at this point
Commits on Jun 26, 2017
Handle C long size on Windows. (#497)
Show description for 0ce6301
filmor
authored
0ce6301
View commit details
Copy full SHA for 0ce6301
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Simple classes cleanup (#348)
vmuriart
authored
7cf4ba9
View commit details
Copy full SHA for 7cf4ba9
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Implement writing the __cause__ attribute on exceptions. (#287)
filmor
authored and
denfromufa
committed
071f25d
View commit details
Copy full SHA for 071f25d
View code at this point
Browse repository at this point
Commits on Nov 10, 2016
Fix exception pickling (#286)
Show description for db9478f
filmor
authored and
denfromufa
committed
db9478f
View commit details
Copy full SHA for db9478f
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Format, white-space .cs files
vmuriart
committed
f41cf63
View commit details
Copy full SHA for f41cf63
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.