Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commitb66be7c
committed
Replace xfail with gc.collect in TestSubmodule.test_rename
Like the xfail was, this is conditional, being done only in thespecific situation the PermissionError occurs. Besides that it doesnot always run even on Windows (only in 3.12 and later), thisresembles various other conditional and non-conditional gc.collectcalls.It had previously appeared to me that two calls to gc.collect wererequired, but I am unable to reproduce that. It may have beenspecific to how I was running it on my system at that time. Theneed for only one call may have been brought about by changes tothe code in the mean time, but I have tested that only one callappears required even without the changes in#1765.1 parentf62df52 commitb66be7c
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
961 | 967 |
| |
962 | 968 |
| |
963 | 969 |
| |
|
0 commit comments
Comments
(0)