Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit039e49b

Browse files
committed
Remove obsolete documented remark on Exception types
1 parente5be15b commit039e49b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎src/runtime/Types/ExceptionClassObject.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ namespace Python.Runtime;
66
/// Base class for Python types that reflect managed exceptions based on
77
/// System.Exception
88
/// </summary>
9-
/// <remarks>
10-
/// The Python wrapper for managed exceptions LIES about its inheritance
11-
/// tree. Although the real System.Exception is a subclass of
12-
/// System.Object the Python type for System.Exception does NOT claim that
13-
/// it subclasses System.Object. Instead TypeManager.CreateType() uses
14-
/// Python's exception.Exception class as base class for System.Exception.
15-
/// </remarks>
169
[Serializable]
1710
internalclassExceptionClassObject:ClassObject
1811
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp