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
moduleobject.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 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 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 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 Oct 30, 2021
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
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 20, 2021
improved reliability of Clean and Dealloc implementations
lostmsu
committed
2fa8b9c
View commit details
Copy full SHA for 2fa8b9c
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
Commits on Oct 18, 2021
partially switched moduleobject.cs and importhook.cs to the new style references
lostmsu
committed
ebdf7c5
View commit details
Copy full SHA for ebdf7c5
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
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
Commits on Sep 28, 2021
fixed FileLoadException when trying to do clr.AddReference('/full/lib/path.dll')
Show description for fc989d5
lostmsu
committed
fc989d5
View commit details
Copy full SHA for fc989d5
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
fixed ImportHook not seeing namespaces in assemblies loaded via direct call to Assembly.Load* methods
lostmsu
committed
9c4a829
View commit details
Copy full SHA for 9c4a829
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Review changes, update API usage
BadSingleton
committed
63de923
View commit details
Copy full SHA for 63de923
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
Add Namespaces to the import hook only through AddReference
Show description for ff170e9
BadSingleton
committed
ff170e9
View commit details
Copy full SHA for ff170e9
View code at this point
Browse repository at this point
fix new exception usage
BadSingleton
committed
970a189
View commit details
Copy full SHA for 970a189
View code at this point
Browse repository at this point
Test to test if the test passes
BadSingleton
committed
c02d5c6
View commit details
Copy full SHA for c02d5c6
View code at this point
Browse repository at this point
Create a clr.loader module
Show description for 31ea876
BadSingleton
committed
31ea876
View commit details
Copy full SHA for 31ea876
View code at this point
Browse repository at this point
Import hook as a module, take 2
BadSingleton
committed
e71a0ef
View commit details
Copy full SHA for e71a0ef
View code at this point
Browse repository at this point
Revert "(WIP) import hook in the pytohn module"
Show description for 73958ed
BadSingleton
committed
73958ed
View commit details
Copy full SHA for 73958ed
View code at this point
Browse repository at this point
(WIP) import hook in the pytohn module
BadSingleton
committed
be81364
View commit details
Copy full SHA for be81364
View code at this point
Browse repository at this point
fixups, add docs
BadSingleton
committed
e469a8a
View commit details
Copy full SHA for e469a8a
View code at this point
Browse repository at this point
Further refinements to setattr logic on ModuleObjects
BadSingleton
committed
d821c0f
View commit details
Copy full SHA for d821c0f
View code at this point
Browse repository at this point
cleanup and changelog entry
BadSingleton
committed
f92e95b
View commit details
Copy full SHA for f92e95b
View code at this point
Browse repository at this point
Add the loaded namespaces tracking
BadSingleton
committed
279b535
View commit details
Copy full SHA for 279b535
View code at this point
Browse repository at this point
(WIP) modernize the import hook
Show description for a321daa
BadSingleton
committed
a321daa
View commit details
Copy full SHA for a321daa
View code at this point
Browse repository at this point
Commits on May 29, 2021
all Dealloc overrides simply duplicate Clear, so just call both from tp_dealloc and don't override Dealloc
lostmsu
committed
7271d88
View commit details
Copy full SHA for 7271d88
View code at this point
Browse repository at this point
refactored tp_clear in ExtensionType and descendants into a virtual C# function Clear
lostmsu
committed
5bca333
View commit details
Copy full SHA for 5bca333
View code at this point
Browse repository at this point
refactored tp_dealloc in ExtensionType and descendants
lostmsu
committed
25e3864
View commit details
Copy full SHA for 25e3864
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 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 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 Feb 13, 2021
Replace clr module by loading through clr_loader
Show description for b92d929
filmor
committed
b92d929
View commit details
Copy full SHA for b92d929
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 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
Previous
Next
You can’t perform that action at this time.