Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into win-chmod-follow-symlinks
  • Loading branch information
serhiy-storchaka committed Dec 14, 2023
commit fbf0f88db3d5d18a1eb7a9d1f3d0acd5b49b3f2f
4 changes: 1 addition & 3 deletions Lib/test/test_posix.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@

try:
import posix
nt = None
except ImportError:
import nt
posix = nt
import nt as posix

try:
import pwd
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.