Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.13 added a `__firstlineno__` attribute to classes (https://docs.python.org/3/reference/datamodel.html#type.__firstlineno__) whose value is an int, so the approach taken by `SubprocessTests.test_getProcessStateDescription` to test only actual states no longer works. Exclude all attributes starting with `__` instead.
- Loading branch information