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 markm
Recipients amaury.forgeotdarc, brett.cannon, eric.araujo, georg.brandl, markm, ocean-city, terry.reedy, tim.golden
Date 2011-05-28.14:29:49
SpamBayes Score 7.2164497e-16
Marked as misclassified No
Message-id <1306592990.41.0.928957713952.issue3099@psf.upfronthosting.co.za>
In-reply-to
Content
I am not sure that I fully understand the issue - but it seems that trunk still has this issue.
As stated by Amaury - this is on DEBUG builds only.

c:\>pcbuild\python_d.exe
Python 3.3a0 (default, May 28 2011, 20:22:11) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import nul
[60967 refs]
>>> import con
^Z
[60986 refs]

c:\>PCbuild\python.exe
Python 3.3a0 (default, May 28 2011, 20:25:13) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import nul
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The parameter is incorrect.
>>> import con
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
>>>
History
Date User Action Args
2011-05-28 14:29:50markmsetrecipients: + markm, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ocean-city, tim.golden, eric.araujo
2011-05-28 14:29:50markmsetmessageid: <1306592990.41.0.928957713952.issue3099@psf.upfronthosting.co.za>
2011-05-28 14:29:49markmlinkissue3099 messages
2011-05-28 14:29:49markmcreate