[issue9657] Add circular imports test

Antoine Pitrou report at bugs.python.org
Sat Aug 21 20:43:59 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

Here is a test for multi-threaded circular imports (in order to exercise the import lock), following a comment by Graham Dumpleton on #9260.

----------
components: Tests
files: circulartest.patch
keywords: patch
messages: 114541
nosy: brett.cannon, ncoghlan, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Add circular imports test
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file18600/circulartest.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9657>
_______________________________________


More information about the Python-bugs-list mailing list