FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove Utf8Marshaler, set PyScope base class to PyObject, added PyModule by lostmsu · Pull Request #1391 · pythonnet/pythonnet · GitHub

Remove Utf8Marshaler, set PyScope base class to PyObject, added PyModule - #1391

Merged
filmor merged 4 commits into
pythonnet:masterfrom
losttech:cleanup/21-02-19
Feb 26, 2021
Merged

Remove Utf8Marshaler, set PyScope base class to PyObject, added PyModule#1391
filmor merged 4 commits into
pythonnet:masterfrom
losttech:cleanup/21-02-19

Conversation

lostmsu commented Feb 19, 2021

Copy link
Copy Markdown
Member

Also allow BorrowedReference == null comparison.

lostmsu force-pushed the cleanup/21-02-19 branch 12 times, most recently from cbfd65c to ad5343d Compare February 21, 2021 06:14
Comment thread src/runtime/pymodule.cs
Comment thread src/runtime/pythonengine.cs Outdated
Comment thread src/runtime/pythonengine.cs Outdated
}

[Obsolete("Use PyModule.Import")]
public static PyObject Import(string name)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I wouldn't obsolete this one right now. Having Py. as a central entry-point has merit.

lostmsu Feb 24, 2021
edited
Loading

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@filmor Perhaps we should move Py class into its own file 🤣

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

:D
Yep, sorry for the inconsistency. I'd like to obsolete PythonEngine for the most part and collect entry points in Py.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Removed this [Obsolete], added a new issue to move Py out.

lostmsu requested a review from filmor February 24, 2021 18:12
filmor merged commit 5bcd708 into pythonnet:master Feb 26, 2021
lostmsu deleted the cleanup/21-02-19 branch March 31, 2021 20:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL