We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7113ba3 commit 6e409b5Copy full SHA for 6e409b5
Src/IronPython.Modules/_winapi.cs
@@ -21,7 +21,6 @@ namespace IronPython.Modules {
21
public static class PythonWinApi {
22
#region Public API
23
24
- [SupportedOSPlatform("windows")]
25
public static object? ConnectNamedPipe(BigInteger handle, bool overlapped = false) {
26
if (overlapped) throw new NotImplementedException();
27
0 commit comments