Merge ~vmpyr/ubuntu/+source/python-ptrace:ubuntu/devel into ubuntu/+source/python-ptrace:ubuntu/devel
Proposed by
Ujjwal Sarswat
| Status: | Needs review | ||||
|---|---|---|---|---|---|
| Proposed branch: | ~vmpyr/ubuntu/+source/python-ptrace:ubuntu/devel | ||||
| Merge into: | ubuntu/+source/python-ptrace:ubuntu/devel | ||||
| Diff against target: |
67 lines (+35/-1) 4 files modified
debian/changelog (+7/-0) debian/control (+2/-1) debian/patches/fix-linkat-regex-for-python314.patch (+25/-0) debian/patches/series (+1/-0) |
||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ujjwal Sarswat (community) | not needed | Disapprove | |
| Graham Inggs (community) | Needs Information | ||
|
Review via email:
|
|||
Description of the change
The test test_link tries to regex match link() with the system call arising from os.link(). This behaviour was changed in Python 3.14 to instead use linkat(), if available [1].
This MP updates the regex to also match for linkat().
[1] https:/
To post a comment you must log in.

I built the package locally against resolute-proposed and the build was successful.