Message196396
I wonder how the closing works under Windows. os.close() is called on handles returned by _get_handles(), but those are Windowns HANDLE values, not C file descriptors: os.close() probably fails on them (don't have a Windows VM to check, sorry). I guess the HANDLEs are then leaked... |
|
| Date |
User |
Action |
Args |
| 2013-08-28 18:09:28 | pitrou | set | recipients:
+ pitrou, gregory.p.smith, neologix, janwijbrand, Jeong-Min.Lee |
| 2013-08-28 18:09:28 | pitrou | set | messageid: <[email protected]> |
| 2013-08-28 18:09:28 | pitrou | link | issue18851 messages |
| 2013-08-28 18:09:28 | pitrou | create | |
|