8000 Fixes · python/cpython@76e7dd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76e7dd8

Browse files
committed
Fixes
1 parent 1829c44 commit 76e7dd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lib/test/test_asyncio/test_windows_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ def threadMain():
318318
self.loop.run_forever()
319319
if time.time() >= end_time:
320320
break
321-
321+
322322
stop.set()
323323
thr.join()
324-
324+
325325

326326
class WinPolicyTests(WindowsEventsTestCase):
327327

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix instances of `<_overlapped.Overlapped object at 0xXXX> still has pending operation at deallocation, the process may crash`.
1+
Fix instances of ``<_overlapped.Overlapped object at 0xXXX> still has pending operation at deallocation, the process may crash``.

0 commit comments

Comments
 (0)
0