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

Commitc1a01b7

Browse files
committed
Drop references to the obsolete call
1 parentf0011a5 commitc1a01b7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎pythonnet.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.PythonTestsRunner",
5353
EndProject
5454
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") ="Build","Build","{142A6752-C2C2-4F95-B982-193418001B65}"
5555
ProjectSection(SolutionItems) =preProject
56-
configured.props=configured.props
5756
Directory.Build.props=Directory.Build.props
5857
EndProjectSection
5958
EndProject

‎src/runtime/native/ABI.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ internal static void Initialize(Version version, BorrowedReference pyType)
2424
if(typeOffsetsClassisnull)
2525
{
2626
vartypes=thisAssembly.GetTypes().Select(type=>type.Name).Where(name=>name.StartsWith("TypeOffset"));
27-
stringmessage=$"Searching for{className}, found{string.Join(",",types)}. "+
28-
"If you are building Python.NET from source, make sure you have run 'python setup.py configure' to fill in configured.props";
27+
stringmessage=$"Searching for{className}, found{string.Join(",",types)}.";
2928
thrownewNotSupportedException($"Python ABI v{version} is not supported:{message}");
3029
}
3130
vartypeOffsets=(ITypeOffsets)Activator.CreateInstance(typeOffsetsClass);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp