forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork0
Commitaa40f92
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (pythonGH-5801). (python#5947)
(cherry picked from commit3e197c7)Co-authored-by: Alexey Izbyshev <izbyshev@users.noreply.github.com>1 parentc20c97f commitaa40f92
File tree
2 files changed
+10
-7
lines changed- Misc/NEWS.d/next/Windows
- Modules
2 files changed
+10
-7
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
| 987 | + | |
987 | 988 | | |
988 | 989 | | |
989 | 990 | | |
| |||
1002 | 1003 | | |
1003 | 1004 | | |
1004 | 1005 | | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1011 | 1012 | | |
1012 | 1013 | | |
1013 | | - | |
| 1014 | + | |
1014 | 1015 | | |
1015 | 1016 | | |
1016 | 1017 | | |
| |||
0 commit comments
Comments
(0)