8000 Fix access violation exception on shutdown · pythonnet/pythonnet@6cdd6d7 · GitHub
[go: up one dir, main page]

Skip to content

Fix access violation exception on shutdown #432

Fix access violation exception on shutdown

Fix access violation exception on shutdown #432

Re-run triggered August 5, 2024 09:42
Status Success
Total duration 6m 47s
Artifacts

ARM.yml

on: pull_request
Build and Test ARM64
6m 35s
Build and Test ARM64
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Build and Test ARM64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test ARM64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test ARM64: src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test ARM64: src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test ARM64: src/embed_tests/Events.cs#L54
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test ARM64: src/embed_tests/StateSerialization/MethodSerialization.cs#L36
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Build and Test ARM64: src/embed_tests/StateSerialization/MethodSerialization.cs#L38
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Build and Test ARM64: src/embed_tests/Events.cs#L54
The event 'ClassWithEventHandler.LeakEvent' is never used
0