mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
core/tools+test: make process and path checks Windows-portable
Use sys.executable for process tests; normalize denylist/glob paths; skip readline when missing.
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
"""Stubs for pywinpty (ConPTY) matching winpty.PtyProcess runtime API."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Sequence
|
||||
from typing import Any
|
||||
|
||||
class PtyProcess:
|
||||
exitstatus: int | None
|
||||
|
||||
Reference in New Issue
Block a user