mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Sync pydevd jython fix.
This commit is contained in:
parent
3edb9f022f
commit
f1ea183e25
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ with VerifyShadowedImport('code') as verify_shadowed:
|
|||
|
||||
if IS_PY2:
|
||||
with VerifyShadowedImport('thread') as verify_shadowed:
|
||||
import thread; verify_shadowed.check(thread, ['start_new_thread', 'start_new', 'allocate_lock'])
|
||||
import thread; verify_shadowed.check(thread, ['start_new_thread', 'allocate_lock'])
|
||||
|
||||
with VerifyShadowedImport('Queue') as verify_shadowed:
|
||||
import Queue as _queue; verify_shadowed.check(_queue, ['Queue', 'LifoQueue', 'Empty', 'Full', 'deque'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue