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 weakref-support
  • Loading branch information
amos402 committed Oct 22, 2020
commit 5d57e5a5e5f33ed5d3ef2d2ae9af458ba999678b
1 change: 1 addition & 0 deletions src/runtime/classbase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;

namespace Python.Runtime
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.