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 vstinner
Recipients brett.cannon, dmalcolm, georg.brandl, pitrou, vstinner
Date 2012-08-09.22:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaf=Qqp+cJEG--c7e1y4KjHQe9ctLgFOG=8_sL=EsbtzQ@mail.gmail.com>
In-reply-to <1344549583.1.0.675766347501.issue15610@psf.upfronthosting.co.za>
Content
> Sounds like a rather annoying regression.

PyImport_ImportModuleLevel() is part of the stable API. Is it an
acceptable to not only change the default value but also fail with the
previous *default* value?

Can't we just drop the check "level < 0"?
History
Date User Action Args
2012-08-09 22:07:43vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, pitrou, dmalcolm
2012-08-09 22:07:42vstinnerlinkissue15610 messages
2012-08-09 22:07:42vstinnercreate