Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into drop-dlopen
  • Loading branch information
amos402 committed Dec 1, 2019
commit 653a26309973a26ae9e817da545742b80de76ff5
5 changes: 1 addition & 4 deletions src/runtime/runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,8 @@ internal static void Initialize(bool initSigs = false)
_PyObject_NextNotImplemented = Marshal.ReadIntPtr(ZipImportError, TypeOffset.tp_iternext);
XDecref(ZipImportError);
XDecref(zipimport);
PyModuleType = loader.GetFunction(dllLocal, "PyModule_Type");

// Initialize data about the platform we're running on. We need
// this for the type manager and potentially other details. Must
// happen after caching the python types, above.
InitializePlatformData();

// Initialize modules that depend on the runtime class.
AssemblyManager.Initialize();
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.