-
Notifications
You must be signed in to change notification settings - Fork 752
fix compiler warning #1226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix compiler warning #1226
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1226 +/- ##
=======================================
Coverage 86.25% 86.25%
=======================================
Files 1 1
Lines 291 291
=======================================
Hits 251 251
Misses 40 40
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@lostmsu please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, can we make PyObject.obj
readonly
now?
@koubaa sorry, reviewed, but forgot to submit :-) |
07c2bfd
to
945db38
Compare
It's a good thought! I tried it, but PyObject.Dispose sets it to IntPtr.Zero and that is a compiler error. |
f2ddb69
to
8d74e1c
Compare
No description provided.