Title: Exception in finalizer of custom encoder · Issue #1256 · pythonnet/pythonnet · GitHub
Open Graph Title: Exception in finalizer of custom encoder · Issue #1256 · pythonnet/pythonnet
X Title: Exception in finalizer of custom encoder · Issue #1256 · pythonnet/pythonnet
Description: Environment Pythonnet version: master Python version: 3.7 Operating System: Windows 10 Details I am using a custom encoder defined in Python to work around the conversion of IList to Python lists (see #963 (comment)): # Prevent Python.NE...
Open Graph Description: Environment Pythonnet version: master Python version: 3.7 Operating System: Windows 10 Details I am using a custom encoder defined in Python to work around the conversion of IList to Python lists (...
X Description: Environment Pythonnet version: master Python version: 3.7 Operating System: Windows 10 Details I am using a custom encoder defined in Python to work around the conversion of IList to Python lists (...
Opengraph URL: https://github.com/pythonnet/pythonnet/issues/1256
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Exception in finalizer of custom encoder","articleBody":"### Environment\r\n\r\n- Pythonnet version: master\r\n- Python version: 3.7\r\n- Operating System: Windows 10\r\n\r\n### Details\r\n\r\nI am using a custom encoder defined in Python to work around the conversion of IList to Python lists (see https://github.com/pythonnet/pythonnet/pull/963#issuecomment-642938541):\r\n\r\n```python\r\n# Prevent Python.NET from converting IList to Python lists\r\nfrom Python.Runtime import PyObjectConversions\r\nfrom Python.Runtime.Codecs import RawProxyEncoder\r\nclass ListAsRawEncoder(RawProxyEncoder):\r\n __namespace__ = 'Python.Runtime.Codecs'\r\n def CanEncode(self, clr_type):\r\n return clr_type.Name == 'IList`1' and clr_type.Namespace == 'System.Collections.Generic'\r\n\r\nlist_encoder = ListAsRawEncoder()\r\nPyObjectConversions.RegisterEncoder(list_encoder)\r\n```\r\n\r\nThis works fine until I have called `Python.Runtime.PythonEngine.Shutdown`, and GC kicks in. Then there is this exception:\r\n```\r\nUnhandled exception\r\nException thrown:\r\nSystem.InvalidOperationException: Handle is not initialized.\r\n at System.Runtime.InteropServices.GCHandle.Free()\r\n at Python.Runtime.PythonDerivedType.Finalize(IPythonDerivedType obj)\r\n at Python.Runtime.Codecs.ListAsRawEncoder.Finalize()\r\n```\r\n\r\nThe crash started happening after #958 was merged.","author":{"url":"https://github.com/danabr","@type":"Person","name":"danabr"},"datePublished":"2020-10-12T08:39:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/1256/pythonnet/issues/1256"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:58a42a8d-d41a-8cac-e5a7-04b8dff06817 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9762:204610:312823D:31CFA9B:69702DC0 |
| html-safe-nonce | 55a987746da08caaeb49582b12a7fb49d6b353a6ba9e540447a1fdcddc913936 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzYyOjIwNDYxMDozMTI4MjNEOjMxQ0ZBOUI6Njk3MDJEQzAiLCJ2aXNpdG9yX2lkIjoiNzQzMzg4NzI3NjM4ODU5MzA4OCIsInJlZ2lvbl9lZGdlIjoic2VhIiwicmVnaW9uX3JlbmRlciI6InNlYSJ9 |
| visitor-hmac | a4508869e90a75cb4c4212e81ba2fe0418ec8a25d4190987fb6580545b43378c |
| hovercard-subject-tag | issue:719187973 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pythonnet/pythonnet/1256/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a0883ce6aab8402d214afa23b4fcceb39e7b56d3fa0bf02ac81f371f205081c0/pythonnet/pythonnet/issues/1256 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a0883ce6aab8402d214afa23b4fcceb39e7b56d3fa0bf02ac81f371f205081c0/pythonnet/pythonnet/issues/1256 |
| og:image:alt | Environment Pythonnet version: master Python version: 3.7 Operating System: Windows 10 Details I am using a custom encoder defined in Python to work around the conversion of IList to Python lists (... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | danabr |
| hostname | github.com |
| expected-hostname | github.com |
| None | 01fa379f5de85ef8e791d09724e69709ce9eb9595278316e0a921312dc88e0bc |
| turbo-cache-control | no-preview |
| go-import | github.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git |
| octolytics-dimension-user_id | 6050430 |
| octolytics-dimension-user_login | pythonnet |
| octolytics-dimension-repository_id | 14748123 |
| octolytics-dimension-repository_nwo | pythonnet/pythonnet |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 14748123 |
| octolytics-dimension-repository_network_root_nwo | pythonnet/pythonnet |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | dda91974c069382b0dfa47b2da7e28bd061c8331 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width