This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmi.baranov
Recipients arigo, dmi.baranov, gregory.p.smith, pitrou
Date 2013-06-03.10:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370254382.3.0.899843381976.issue18122@psf.upfronthosting.co.za>
In-reply-to
Content
My system python-2.7.3 affected too:

python -c 'import sys;print(sys.version);import x'
2.7.3 (default, Aug  1 2012, 05:16:07) 
[GCC 4.6.3]
Traceback (most recent call last):
  File "<string>", line 1, in <module>
RuntimeError: not holding the import lock

$ uname -a
Linux d9frog9n-desktop 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:32:50 UTC 2012 i686 i686 i386 GNU/Linux

Armin, at which system/architecture you passing that case on 2.7.3?
History
Date User Action Args
2013-06-03 10:13:02dmi.baranovsetrecipients: + dmi.baranov, arigo, gregory.p.smith, pitrou
2013-06-03 10:13:02dmi.baranovsetmessageid: <1370254382.3.0.899843381976.issue18122@psf.upfronthosting.co.za>
2013-06-03 10:13:02dmi.baranovlinkissue18122 messages
2013-06-03 10:13:02dmi.baranovcreate