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
pyobject.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 sending PyObject across domain boundary
Show description for a8ef06c
lostmsu
committed
a8ef06c
View commit details
Copy full SHA for a8ef06c
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
merge latest changes from upstream
lostmsu
committed
cb58147
View commit details
Copy full SHA for cb58147
View code at this point
Browse repository at this point
merge latest master
lostmsu
committed
44d65d9
View commit details
Copy full SHA for 44d65d9
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
remove finalizer assert for raw pointer value; skip collection assert on shutdown when loaded from Python
lostmsu
committed
6383a28
View commit details
Copy full SHA for 6383a28
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Finalizer raises FinalizationException when it sees an object from previous run.
lostmsu
committed
1897d1b
View commit details
Copy full SHA for 1897d1b
View code at this point
Browse repository at this point
Track Runtime run number. Assert, that PyObjects are only disposed in the same run they were created in.
lostmsu
committed
4f657d4
View commit details
Copy full SHA for 4f657d4
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
fixed PyObject disposal crashing when runtime is still finalizing
lostmsu
committed
a624dd8
View commit details
Copy full SHA for a624dd8
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
PyType Dict and MRO properties to assist debugging
lostmsu
committed
5ca474a
View commit details
Copy full SHA for 5ca474a
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 OnSerialized and OnDeserialized in PyObject not being typed correctly
lostmsu
committed
4346d41
View commit details
Copy full SHA for 4346d41
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
switched eventobject.cs and eventbiding.cs to the new style references
lostmsu
committed
0241b38
View commit details
Copy full SHA for 0241b38
View code at this point
Browse repository at this point
nullability annotations for PyObject
lostmsu
committed
9db9b0b
View commit details
Copy full SHA for 9db9b0b
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 pyobject.cs to the new style references
lostmsu
committed
09d8e41
View commit details
Copy full SHA for 09d8e41
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
disabled using __float__ during implicit conversions to .NET floating point types
Show description for c9626df
lostmsu
committed
c9626df
View commit details
Copy full SHA for c9626df
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
PyObject.GetPythonType returns PyType
lostmsu
committed
79e34bc
View commit details
Copy full SHA for 79e34bc
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
safer GetAttr(name, default)
Show description for 5d0d01a
lostmsu
committed
5d0d01a
View commit details
Copy full SHA for 5d0d01a
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
PyScope/PyModule cleanup
Show description for 66716db
lostmsu
committed
66716db
View commit details
Copy full SHA for 66716db
View code at this point
Browse repository at this point
cleaning up public API
lostmsu
committed
8846fd2
View commit details
Copy full SHA for 8846fd2
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
Introduced PyIterable, PyObject no longer implements IEnumerable<PyObject>
lostmsu
committed
b13bafd
View commit details
Copy full SHA for b13bafd
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
fixed PyObject.As<object> returning PyObject
lostmsu
committed
93e0bdb
View commit details
Copy full SHA for 93e0bdb
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
fixed dynamic unary and binary operations not raising Python exception on failure (#1508)
Show description for ec65efe
lostmsu
authored
ec65efe
View commit details
Copy full SHA for ec65efe
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
prevent crash during debugging when attempting to inspect PyObject without GIL
lostmsu
committed
d5514fe
View commit details
Copy full SHA for d5514fe
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
Commits on Apr 14, 2021
fixed __cause__ on overload bind failure and array conversion
Show description for 16f04e9
lostmsu
committed
16f04e9
View commit details
Copy full SHA for 16f04e9
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
separate .Steal() and .StealNullable()
lostmsu
committed
3433201
View commit details
Copy full SHA for 3433201
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
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
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 Feb 26, 2021
PyObject.Length raises an exception when object does not have a concept of length
lostmsu
committed
676fbb4
View commit details
Copy full SHA for 676fbb4
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
simplify PyScope by delegating ownership to PyObject instance
lostmsu
committed
1ab9cb1
View commit details
Copy full SHA for 1ab9cb1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.