René's URL Explorer Experiment


Title: Improved Type Interop with CLR by eirannejad · Pull Request #2055 · pythonnet/pythonnet · GitHub

Open Graph Title: Improved Type Interop with CLR by eirannejad · Pull Request #2055 · pythonnet/pythonnet

X Title: Improved Type Interop with CLR by eirannejad · Pull Request #2055 · pythonnet/pythonnet

Description: What does this implement/fix? Explain your changes. This PR addresses these issues: Current pythonnet does not allow subclassing from CLR Abstract classes Running python script with types containing __namespace__, more than once, would throw Type Exists exception Calling super().VirtualMethod() inside a python-derived virtual method, would result in an infinite loop Due to the nature of the changes, this is a single PR instead of multiple smaller ones. After PR merge: Python types can derive from CLR abstract classes. As before, abstract methods that are not implemented on the python type, will dynamically throw NotImplemented exception. Specifying __namespace__ is not required to created a ClassDerived anymore. All python derived classes are now represented by ClassDerived in managed memory. ClassDerived now caches generated types based on namespace, type name, and chain of base classes. This avoids regenerating types or throwing Type Already Exists exceptions. A new format for generated type names include full name of base class and interfaces in the typename. The naming format still ends in the python type name to be backward compatible and passes the unit tests Example: Full name of derived clr type for python type named SubClass, deriving from BaseClass and implementing BaseInterface1 and BaseInterface2: Python.Runtime.Dynamic.BaseClass__BaseInterface1__BaseInterface2__main__SubClass Support for one base class and multiple interfaces (Merged some ideas and code from #2028 - Potential merge conflicts) Derived class can call chosen constructors using super().__init__() pattern. class SubClass(BaseClassA): def __init__(self, v): super().__init__(v) Derived class can call base virtual methods using super().method() pattern. class SubClass(BaseClassA): def DoWorkWith(self, value): r = super().DoWorkWith(value) + 10 return r Improved virtual method and getter/setter routing. Custom attributes (OriginalMethod and RedirectedMethod) are now used to mark the original and redirected virtual methods. The method name format for OriginalMethod is changed to $"_BASEVIRTUAL__{name}" so it can handle calling original methods on base classes that does not match the name of current class. Previously this was not working. Other misc refactoring and improvements. No change in behavior. Does this close any currently open issues? Potentially (no tests have been done to ensure these issues are resolved) #1945 #1107 #1787 Any other comments? ... Checklist Check all those that are applicable and complete. Make sure to include one or more tests for your change If an enhancement PR, please create docs and at best an example Ensure you have signed the .NET Foundation CLA Add yourself to AUTHORS Updated the CHANGELOG

Open Graph Description: What does this implement/fix? Explain your changes. This PR addresses these issues: Current pythonnet does not allow subclassing from CLR Abstract classes Running python script with types containi...

X Description: What does this implement/fix? Explain your changes. This PR addresses these issues: Current pythonnet does not allow subclassing from CLR Abstract classes Running python script with types containi...

Opengraph URL: https://github.com/pythonnet/pythonnet/pull/2055

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:4ad21be6-9fdf-be45-2a3b-5b7988a1c41f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9124:2A625F:8292E3:B7C226:6970B25B
html-safe-nonce06a6b74da7023ec2e19338952547dcac6a686a7249ff31b473ef6b4cf07e02d2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MTI0OjJBNjI1Rjo4MjkyRTM6QjdDMjI2OjY5NzBCMjVCIiwidmlzaXRvcl9pZCI6IjI4MTI1NTU5NDY4MjUzOTY4MjciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac98eab51c62d90630b97fe07e420ef6ed1f88e11632c84c76041a70725f57e464
hovercard-subject-tagpull_request:1171397635
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/pythonnet/pythonnet/pull/2055/files
twitter:imagehttps://avatars.githubusercontent.com/u/8197916?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/8197916?s=400&v=4
og:image:altWhat does this implement/fix? Explain your changes. This PR addresses these issues: Current pythonnet does not allow subclassing from CLR Abstract classes Running python script with types containi...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None8e0be80373b724b033cdf8a7b1f78bf5fb6a5d7a2182a9a403aa30894606e390
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git
octolytics-dimension-user_id6050430
octolytics-dimension-user_loginpythonnet
octolytics-dimension-repository_id14748123
octolytics-dimension-repository_nwopythonnet/pythonnet
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id14748123
octolytics-dimension-repository_network_root_nwopythonnet/pythonnet
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseb8714db0002cf78dc2d2566571807e404d6cb817
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/pull/2055/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fpull%2F2055%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fpull%2F2055%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=pythonnet%2Fpythonnet
Reloadhttps://github.com/pythonnet/pythonnet/pull/2055/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/2055/files
Reloadhttps://github.com/pythonnet/pythonnet/pull/2055/files
pythonnet https://github.com/pythonnet
pythonnethttps://github.com/pythonnet/pythonnet
Notifications https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Fork 770 https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Star 5.4k https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Code https://github.com/pythonnet/pythonnet
Issues 155 https://github.com/pythonnet/pythonnet/issues
Pull requests 18 https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects 0 https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/pythonnet/pythonnet/security
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/2055/files
Insights https://github.com/pythonnet/pythonnet/pulse
Code https://github.com/pythonnet/pythonnet
Issues https://github.com/pythonnet/pythonnet/issues
Pull requests https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security https://github.com/pythonnet/pythonnet/security
Insights https://github.com/pythonnet/pythonnet/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpythonnet%2Fpythonnet%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpythonnet%2Fpythonnet%2Fissues%2Fnew%2Fchoose
eirannejadhttps://github.com/eirannejad
pythonnet:masterhttps://github.com/pythonnet/pythonnet/tree/master
mcneel:pr/newtypeshttps://github.com/mcneel/pythonnet/tree/pr/newtypes
Conversation 6 https://github.com/pythonnet/pythonnet/pull/2055
Commits 4 https://github.com/pythonnet/pythonnet/pull/2055/commits
Checks 0 https://github.com/pythonnet/pythonnet/pull/2055/checks
Files changed https://github.com/pythonnet/pythonnet/pull/2055/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/2055/files
Improved Type Interop with CLR https://github.com/pythonnet/pythonnet/pull/2055/files#top
Show all changes 4 commits https://github.com/pythonnet/pythonnet/pull/2055/files
dddc03b overhaul of type handling eirannejad Dec 9, 2022 https://github.com/pythonnet/pythonnet/pull/2055/commits/dddc03b7e9155c1a9a9c8349abbd36ba87dfa395
11bb416 added abstract class testing eirannejad Dec 9, 2022 https://github.com/pythonnet/pythonnet/pull/2055/commits/11bb416144f6e9763ad9d3f6ab45e183c5e36ca5
bc96d21 temp disabled test eirannejad Dec 9, 2022 https://github.com/pythonnet/pythonnet/pull/2055/commits/bc96d21d6ba9f21d3a71a1d96982bbe89c8ffa6b
06d2606 Added note to changelog eirannejad Dec 30, 2022 https://github.com/pythonnet/pythonnet/pull/2055/commits/06d26069923213e70009fa6017621cbb3cdfe924
Clear filters https://github.com/pythonnet/pythonnet/pull/2055/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/2055/files
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/2055/files
CHANGELOG.md https://github.com/pythonnet/pythonnet/pull/2055/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
ClassManager.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
MethodBinder.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
Runtime.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
MaybeType.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-e044f8c4d423c03ddb56b9cffd0964d6468266bdad521a7b3ce32f1c0862f52f
TypeManager.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
ClassBase.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-2fbe017ba2d216662ee654332eda5bee249925358e8c11bed45d4408f72865aa
ClassDerived.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-3ba8dfb545848c99f724a80c82acfd41c8fdd8667991123149c3577c8ed30554
ClassObject.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-6086caf4711f56eeb980ebd1411f1b89fbe5f56fffe67c19503d9303f116e7ef
ExceptionClassDerived.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-792e5a7002ae3483a6b57f272a9ae6c3b86a963a71b4765de1872d557bdce10c
Indexer.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-2313123809fb607791eedaaf11e4d085febcef95a398d38297244b779b00836c
MetaType.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-b58dc901b6598459e7c8ff53112b8f2c458694a37b7735647be5497595179028
MethodBinding.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-813aaab90dcd11ab6514084a6c485330c9f128231de4288bc36b1bb7da0caccf
ReflectedClrType.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-d0c776c5a2a85b17ab26c64f8012ebf5b6b3cda0b6146edf33d0e396284b92f3
DebugUtil.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a594c29ec87223eade87006c479dc351b3d7819d3a8daaa6531aa1a9db44b419
subclasstest_abstract.cs https://github.com/pythonnet/pythonnet/pull/2055/files#diff-becef8c4f965709846322bc45db613ce83c9c00bfd7951388a3c394a4416ea4e
test_subclass.py https://github.com/pythonnet/pythonnet/pull/2055/files#diff-9ceab272e311025773bd11942d035ca436bc3de11cca28ef924e34104e8115ca
test_subclass_abstract.py https://github.com/pythonnet/pythonnet/pull/2055/files#diff-7dd10957cbc1a9fd3882cb34cc1af49238bdc5e4ee780f4f4b581ec56fc71fb8
CHANGELOG.mdhttps://github.com/pythonnet/pythonnet/pull/2055/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
View file https://github.com/mcneel/pythonnet/blob/06d26069923213e70009fa6017621cbb3cdfe924/CHANGELOG.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/2055/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
src/runtime/ClassManager.cshttps://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
View file https://github.com/mcneel/pythonnet/blob/06d26069923213e70009fa6017621cbb3cdfe924/src/runtime/ClassManager.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/2055/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-52d09e532b78e00df47c2cac8247ee1fa57c17190a628ae4cce0d4c156df0f34
src/runtime/MethodBinder.cshttps://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
View file https://github.com/mcneel/pythonnet/blob/06d26069923213e70009fa6017621cbb3cdfe924/src/runtime/MethodBinder.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/2055/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a156168a143448be85630d5b0da89eae902a146b4eba4dbd21b762098f6ffe1c
src/runtime/Runtime.cshttps://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
View file https://github.com/mcneel/pythonnet/blob/06d26069923213e70009fa6017621cbb3cdfe924/src/runtime/Runtime.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/2055/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-010beffcb32e19ccddb5f2d7b87077b1606b7b4acc4c22d6803091b7a53ba8c2
src/runtime/StateSerialization/MaybeType.cshttps://github.com/pythonnet/pythonnet/pull/2055/files#diff-e044f8c4d423c03ddb56b9cffd0964d6468266bdad521a7b3ce32f1c0862f52f
View file https://github.com/mcneel/pythonnet/blob/06d26069923213e70009fa6017621cbb3cdfe924/src/runtime/StateSerialization/MaybeType.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/2055/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-e044f8c4d423c03ddb56b9cffd0964d6468266bdad521a7b3ce32f1c0862f52f
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-e044f8c4d423c03ddb56b9cffd0964d6468266bdad521a7b3ce32f1c0862f52f
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-e044f8c4d423c03ddb56b9cffd0964d6468266bdad521a7b3ce32f1c0862f52f
src/runtime/TypeManager.cshttps://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
View file https://github.com/mcneel/pythonnet/blob/06d26069923213e70009fa6017621cbb3cdfe924/src/runtime/TypeManager.cs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/pythonnet/pythonnet/pull/2055/{{ revealButtonHref }}
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
https://github.com/pythonnet/pythonnet/pull/2055/files#diff-a3d8f0a249eb8c6667815dca5cff30765b8a781031d91b0768fdf07af65d52d7
Please reload this pagehttps://github.com/pythonnet/pythonnet/pull/2055/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.