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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
13
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Track Runtime run number
- #1074
#1074
Merged
filmor
merged 9 commits into
pythonnet:master
pythonnet/pythonnet:master
from
losttech:bugs/1073
losttech/pythonnet:bugs/1073
Copy head branch name to clipboard
Nov 23, 2021
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Track Runtime run number
#1074
filmor
merged 9 commits into
pythonnet:master
pythonnet/pythonnet:master
from
losttech:bugs/1073
losttech/pythonnet:bugs/1073
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2021
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
Browse repository at this point
dispose registered codecs and interop configuration during shutdown
lostmsu
committed
62e2fb4
View commit details
Copy full SHA for 62e2fb4
Browse repository at this point
Finalizer raises FinalizationException when it sees an object from previous run.
lostmsu
committed
1897d1b
View commit details
Copy full SHA for 1897d1b
Browse repository at this point
allow tests to pass when objects are leaking due to being GCed after Python runtime is shut down
lostmsu
committed
3909639
View commit details
Copy full SHA for 3909639
Browse repository at this point
removed code testing possiblity to dispose objects after domain restart
lostmsu
committed
60d90c6
View commit details
Copy full SHA for 60d90c6
Browse repository at this point
allow leaking PyObject instances when CLR is stared from Python
lostmsu
committed
9e815a6
View commit details
Copy full SHA for 9e815a6
Browse repository at this point
WaitForFullGCComplete was never needed, and was used incorrectly
lostmsu
committed
8611dde
View commit details
Copy full SHA for 8611dde
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
Browse repository at this point
Commits on Nov 23, 2021
renamed run system property to __pythonnet_run__ to be consistent with other PythonNET properties
lostmsu
committed
47b3913
View commit details
Copy full SHA for 47b3913
Browse repository at this point
You can’t perform that action at this time.