[issue40417] PyImport_ReloadModule emits deprecation warning

Robert Rouhani report at bugs.python.org
Fri May 1 12:56:51 EDT 2020


Robert Rouhani <robert.rouhani at gmail.com> added the comment:

We have a fairly straightforward workaround of using the "warnings" module
to redirect to stdout, so we personally don't have a need.

Unreal, however, follows the VFX Reference Platform (
https://vfxplatform.com/) which is migrating from 2.7 to 3.7.x this year.
They will likely run into this during their migration, so backporting to
3.7 would be useful.

On Fri, May 1, 2020 at 8:22 AM Eric Snow <report at bugs.python.org> wrote:

>
> Eric Snow <ericsnowcurrently at gmail.com> added the comment:
>
> Did you have a need for this to be fixed in 3.8 or earlier?  This seems
> reasonably and simple enough to backport.  I suppose someone could be
> relying on an implicit import of the "imp" module, but that seems highly
> unlikely and suspect anyway. :)
>
> ----------
> nosy: +brett.cannon, ncoghlan
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <https://bugs.python.org/issue40417>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40417>
_______________________________________


More information about the Python-bugs-list mailing list